#B02226

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

Shades of Cardinal #B02226

Tints of Cardinal #B02226

Color information

#B02226 (or 0xB02226) is unknown color: approx Cardinal. HEX triplet: B0, 22 and 26. RGB value is (176,34,38). Sum of RGB (Red+Green+Blue) = 176+34+38=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B02226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02226 is #4FDDD9. Grayscale: #4D4D4D. Windows color (decimal): -5234138 or 2499248. OLE color: 2499248.

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

Color convert

RGB1763438-
CMYK00.810.780.31
HSL358.31º67.62%41.18%-
HSV(B)358.31º80.68%69.02%-
XYZ18.8310.512.87-
YUV76.91106.04198.67-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.97%
GREEN value IS 34 (13.67% from 255) = 13.71%
BLUE value IS 38 (15.23% from 255) = 15.32%
R=70.97%
G=13.71%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176343800.810.780.31358.3167.6241.18
HexB022260514E1F1664429
Octal260424601211163754610451
Binary10110000100010100110010100011001110111111011001101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02226; }

 p { color: rgb(176,34,38); }

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

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

 a { background-color: rgb(176,34,38); }

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

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

 span { border-color: rgb(176,34,38); }

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