#B10A2E

Color #B10A2E Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #B10A2E

Tints of Cardinal #B10A2E

Color information

#B10A2E (or 0xB10A2E) is unknown color: approx Cardinal. HEX triplet: B1, 0A and 2E. RGB value is (177,10,46). Sum of RGB (Red+Green+Blue) = 177+10+46=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A2E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10A2E is #4EF5D1. Grayscale: #404040. Windows color (decimal): -5174738 or 3017393. OLE color: 3017393.

HSL color Cylindrical-coordinate representation of color #B10A2E: hue angle of 347.07º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10A2E is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB1771046-
CMYK00.940.740.31
HSL347.07º89.3%36.67%-
HSV(B)347.07º94.35%69.41%-
XYZ18.739.763.48-
YUV64.04117.83208.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 75.97%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 46 (18.36% from 255) = 19.74%
R=75.97%
G=4.29%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177104600.940.740.31347.0789.336.67
HexB1A2E05E4A1F15b5925
Octal261125601361123753313145
Binary101100011010101110010111101001010111111010110111011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10A2E; }

 p { color: rgb(177,10,46); }

 H1.HeaderClassName
 {
   color: #B10A2E;
 }
 .AnyTagClassName
 {
   color: #B10A2E;
 }
</style>
background-color css

<style>
 a { background-color: #B10A2E; }

 a { background-color: rgb(177,10,46); }

 div.DivClassName
 {
   background-color: #B10A2E;
 }
 .BgClassName
 {
   background-color: #B10A2E;
 }
</style>
border-color css

<style>
 span { border-color: #B10A2E; }

 span { border-color: rgb(177,10,46); }

 td.TdClassName
 {
   border-color: #B10A2E;
 }
 .TagClassName
 {
   border-color: #B10A2E;
 }
</style>