#b10d39

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

Shades of Cardinal #B10D39

Tints of Cardinal #B10D39

Color information

#B10D39 (or 0xB10D39) is unknown color: approx Cardinal. HEX triplet: B1, 0D and 39. RGB value is (177,13,57). Sum of RGB (Red+Green+Blue) = 177+13+57=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 57 (22.66% from 255 or 23.08% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10D39 is #4EF2C6. Grayscale: #434343. Windows color (decimal): -5173959 or 3739057. OLE color: 3739057.

HSL color Cylindrical-coordinate representation of color #B10D39: hue angle of 343.9º degrees, saturation: 0.86, 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 #B10D39 is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB1771357-
CMYK00.930.680.31
HSL343.9º86.32%37.25%-
HSV(B)343.9º92.66%69.41%-
XYZ19.019.934.79-
YUV67.05122.33206.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 57 (22.66% from 255) = 23.08%
R=71.66%
G=5.26%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177135700.930.680.31343.986.3237.25
HexB1D3905D441F1585625
Octal261157101351043753012645
Binary101100011101111001010111011000100111111010110001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b10d39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b10d39; }

 p { color: rgb(177,13,57); }

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

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

 a { background-color: rgb(177,13,57); }

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

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

 span { border-color: rgb(177,13,57); }

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