#B22A39

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

Shades of Cardinal #B22A39

Tints of Cardinal #B22A39

Color information

#B22A39 (or 0xB22A39) is unknown color: approx Cardinal. HEX triplet: B2, 2A and 39. RGB value is (178,42,57). Sum of RGB (Red+Green+Blue) = 178+42+57=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 42 (16.80% from 255 or 15.16% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22A39 is #4DD5C6. Grayscale: #545454. Windows color (decimal): -5100999 or 3746482. OLE color: 3746482.

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

Color convert

RGB1784257-
CMYK00.760.680.30
HSL353.38º61.82%43.14%-
HSV(B)353.38º76.4%69.8%-
XYZ19.9311.425.02-
YUV84.37112.56194.78-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 64.26%
GREEN value IS 42 (16.80% from 255) = 15.16%
BLUE value IS 57 (22.66% from 255) = 20.58%
R=64.26%
G=15.16%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178425700.760.680.30353.3861.8243.14
HexB22A3904C441E1613e2b
Octal26252710114104365417653
Binary1011001010101011100101001100100010011110101100001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22A39; }

 p { color: rgb(178,42,57); }

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

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

 a { background-color: rgb(178,42,57); }

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

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

 span { border-color: rgb(178,42,57); }

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