#B10E32

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

Shades of Cardinal #B10E32

Tints of Cardinal #B10E32

Color information

#B10E32 (or 0xB10E32) is unknown color: approx Cardinal. HEX triplet: B1, 0E and 32. RGB value is (177,14,50). Sum of RGB (Red+Green+Blue) = 177+14+50=241 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.44% from 241); Green value is 14 (5.86% from 255 or 5.81% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E32 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E32 is #4EF1CD. Grayscale: #424242. Windows color (decimal): -5173710 or 3280561. OLE color: 3280561.

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

Color convert

RGB1771450-
CMYK00.920.720.31
HSL346.75º85.34%37.45%-
HSV(B)346.75º92.09%69.41%-
XYZ18.869.893.93-
YUV66.84118.5206.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.44%
GREEN value IS 14 (5.86% from 255) = 5.81%
BLUE value IS 50 (19.92% from 255) = 20.75%
R=73.44%
G=5.81%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177145000.920.720.31346.7585.3437.45
HexB1E3205C481F15b5525
Octal261166201341103753312545
Binary101100011110110010010111001001000111111010110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10E32; }

 p { color: rgb(177,14,50); }

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

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

 a { background-color: rgb(177,14,50); }

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

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

 span { border-color: rgb(177,14,50); }

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