#B11234

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

Shades of Cardinal #B11234

Tints of Cardinal #B11234

Color information

#B11234 (or 0xB11234) is unknown color: approx Cardinal. HEX triplet: B1, 12 and 34. RGB value is (177,18,52). Sum of RGB (Red+Green+Blue) = 177+18+52=247 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.66% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 177 - color contains mainly: red. Hex color #B11234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11234 is #4EEDCB. Grayscale: #454545. Windows color (decimal): -5172684 or 3412657. OLE color: 3412657.

HSL color Cylindrical-coordinate representation of color #B11234: hue angle of 347.17º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11234 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1771852-
CMYK00.900.710.31
HSL347.17º81.54%38.24%-
HSV(B)347.17º89.83%69.41%-
XYZ18.9710.034.18-
YUV69.42118.18204.74-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 71.66%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=71.66%
G=7.29%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177185200.900.710.31347.1781.5438.24
HexB1123405A471F15b5226
Octal261226401321073753312246
Binary1011000110010110100010110101000111111111010110111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11234; }

 p { color: rgb(177,18,52); }

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

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

 a { background-color: rgb(177,18,52); }

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

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

 span { border-color: rgb(177,18,52); }

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