#B10C3E

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

Shades of Cardinal #B10C3E

Tints of Cardinal #B10C3E

Color information

#B10C3E (or 0xB10C3E) is unknown color: approx Cardinal. HEX triplet: B1, 0C and 3E. RGB value is (177,12,62). Sum of RGB (Red+Green+Blue) = 177+12+62=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B10C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10C3E is #4EF3C1. Grayscale: #434343. Windows color (decimal): -5174210 or 4066481. OLE color: 4066481.

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

Color convert

RGB1771262-
CMYK00.930.650.31
HSL341.82º87.3%37.06%-
HSV(B)341.82º93.22%69.41%-
XYZ19.139.965.47-
YUV67.04125.16206.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 70.52%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=70.52%
G=4.78%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177126200.930.650.31341.8287.337.06
HexB1C3E05D411F1565725
Octal261147601351013752612745
Binary101100011100111110010111011000001111111010101101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10C3E; }

 p { color: rgb(177,12,62); }

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

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

 a { background-color: rgb(177,12,62); }

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

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

 span { border-color: rgb(177,12,62); }

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