#B12732

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

Shades of Cardinal #B12732

Tints of Cardinal #B12732

Color information

#B12732 (or 0xB12732) is unknown color: approx Cardinal. HEX triplet: B1, 27 and 32. RGB value is (177,39,50). Sum of RGB (Red+Green+Blue) = 177+39+50=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B12732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12732 is #4ED8CD. Grayscale: #515151. Windows color (decimal): -5167310 or 3286961. OLE color: 3286961.

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

Color convert

RGB1773950-
CMYK00.780.720.31
HSL355.22º63.89%42.35%-
HSV(B)355.22º77.97%69.41%-
XYZ19.4311.034.12-
YUV81.52110.22196.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.54%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 50 (19.92% from 255) = 18.80%
R=66.54%
G=14.66%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177395000.780.720.31355.2263.8942.35
HexB1273204E481F163402a
Octal261476201161103754310052
Binary10110001100111110010010011101001000111111011000111000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12732; }

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

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

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

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

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

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

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

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