#b32227

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

Shades of Cardinal #B32227

Tints of Cardinal #B32227

Color information

#B32227 (or 0xB32227) is unknown color: approx Cardinal. HEX triplet: B3, 22 and 27. RGB value is (179,34,39). Sum of RGB (Red+Green+Blue) = 179+34+39=252 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.03% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 179 - color contains mainly: red. Hex color #B32227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32227 is #4CDDD8. Grayscale: #4E4E4E. Windows color (decimal): -5037529 or 2564787. OLE color: 2564787.

HSL color Cylindrical-coordinate representation of color #B32227: hue angle of 357.93º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32227 is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB1793439-
CMYK00.810.780.30
HSL357.93º68.08%41.76%-
HSV(B)357.93º81.01%70.2%-
XYZ19.5310.872.99-
YUV77.92106.04200.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.03%
GREEN value IS 34 (13.67% from 255) = 13.49%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=71.03%
G=13.49%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179343900.810.780.30357.9368.0841.76
HexB322270514E1E166442a
Octal263424701211163654610452
Binary10110011100010100111010100011001110111101011001101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b32227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b32227; }

 p { color: rgb(179,34,39); }

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

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

 a { background-color: rgb(179,34,39); }

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

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

 span { border-color: rgb(179,34,39); }

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