#B22833

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

Shades of Cardinal #B22833

Tints of Cardinal #B22833

Color information

#B22833 (or 0xB22833) is unknown color: approx Cardinal. HEX triplet: B2, 28 and 33. RGB value is (178,40,51). Sum of RGB (Red+Green+Blue) = 178+40+51=269 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.17% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 178 - color contains mainly: red. Hex color #B22833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B22833 is #4DD7CC. Grayscale: #525252. Windows color (decimal): -5101517 or 3352754. OLE color: 3352754.

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

Color convert

RGB1784051-
CMYK00.780.710.30
HSL355.22º63.3%42.75%-
HSV(B)355.22º77.53%69.8%-
XYZ19.7211.224.26-
YUV82.52110.22196.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.17%
GREEN value IS 40 (16.02% from 255) = 14.87%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=66.17%
G=14.87%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178405100.780.710.30355.2263.342.75
HexB2283304E471E1633f2b
Octal26250630116107365437753
Binary1011001010100011001101001110100011111110101100011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22833; }

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

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

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

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

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

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

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

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