#B10E31

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

Shades of Cardinal #B10E31

Tints of Cardinal #B10E31

Color information

#B10E31 (or 0xB10E31) is unknown color: approx Cardinal. HEX triplet: B1, 0E and 31. RGB value is (177,14,49). Sum of RGB (Red+Green+Blue) = 177+14+49=240 (31% of max value = 765). Red value is 177 (69.53% from 255 or 73.75% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 49 (19.53% from 255 or 20.42% from 240); Max value from RGB is 177 - color contains mainly: red. Hex color #B10E31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10E31 is #4EF1CE. Grayscale: #424242. Windows color (decimal): -5173711 or 3215025. OLE color: 3215025.

HSL color Cylindrical-coordinate representation of color #B10E31: hue angle of 347.12º 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 #B10E31 is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB1771449-
CMYK00.920.720.31
HSL347.12º85.34%37.45%-
HSV(B)347.12º92.09%69.41%-
XYZ18.849.883.82-
YUV66.73118206.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 73.75%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 49 (19.53% from 255) = 20.42%
R=73.75%
G=5.83%
B=20.42%

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
Decimal177144900.920.720.31347.1285.3437.45
HexB1E3105C481F15b5525
Octal261166101341103753312545
Binary101100011110110001010111001001000111111010110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10E31; }

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

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

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

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

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

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

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

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