#B22028

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

Shades of Cardinal #B22028

Tints of Cardinal #B22028

Color information

#B22028 (or 0xB22028) is unknown color: approx Cardinal. HEX triplet: B2, 20 and 28. RGB value is (178,32,40). Sum of RGB (Red+Green+Blue) = 178+32+40=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B22028 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22028 is #4DDFD7. Grayscale: #4C4C4C. Windows color (decimal): -5103576 or 2629810. OLE color: 2629810.

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

Color convert

RGB1783240-
CMYK00.820.780.30
HSL356.71º69.52%41.18%-
HSV(B)356.71º82.02%69.8%-
XYZ19.2610.653.05-
YUV76.57107.37200.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.2%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 40 (16.02% from 255) = 16%
R=71.2%
G=12.8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178324000.820.780.30356.7169.5241.18
HexB220280524E1E1654629
Octal262405001221163654510651
Binary10110010100000101000010100101001110111101011001011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22028; }

 p { color: rgb(178,32,40); }

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

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

 a { background-color: rgb(178,32,40); }

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

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

 span { border-color: rgb(178,32,40); }

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