#B12132

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

Shades of Cardinal #B12132

Tints of Cardinal #B12132

Color information

#B12132 (or 0xB12132) is unknown color: approx Cardinal. HEX triplet: B1, 21 and 32. RGB value is (177,33,50). Sum of RGB (Red+Green+Blue) = 177+33+50=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B12132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12132 is #4EDECD. Grayscale: #4E4E4E. Windows color (decimal): -5168846 or 3285425. OLE color: 3285425.

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

Color convert

RGB1773350-
CMYK00.810.720.31
HSL352.92º68.57%41.18%-
HSV(B)352.92º81.36%69.41%-
XYZ19.2510.674.06-
YUV77.99112.21198.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 33 (13.28% from 255) = 12.69%
BLUE value IS 50 (19.92% from 255) = 19.23%
R=68.08%
G=12.69%
B=19.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177335000.810.720.31352.9268.5741.18
HexB12132051481F1614529
Octal261416201211103754110551
Binary10110001100001110010010100011001000111111011000011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12132; }

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

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

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

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

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

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

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

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