#B02225

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

Shades of Cardinal #B02225

Tints of Cardinal #B02225

Color information

#B02225 (or 0xB02225) is unknown color: approx Cardinal. HEX triplet: B0, 22 and 25. RGB value is (176,34,37). Sum of RGB (Red+Green+Blue) = 176+34+37=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B02225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02225 is #4FDDDA. Grayscale: #4C4C4C. Windows color (decimal): -5234139 or 2433712. OLE color: 2433712.

HSL color Cylindrical-coordinate representation of color #B02225: hue angle of 358.73º 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 #B02225 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.31.

Color convert

RGB1763437-
CMYK00.810.790.31
HSL358.73º67.62%41.18%-
HSV(B)358.73º80.68%69.02%-
XYZ18.8110.512.79-
YUV76.8105.54198.76-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 71.26%
GREEN value IS 34 (13.67% from 255) = 13.77%
BLUE value IS 37 (14.84% from 255) = 14.98%
R=71.26%
G=13.77%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176343700.810.790.31358.7367.6241.18
HexB022250514F1F1674429
Octal260424501211173754710451
Binary10110000100010100101010100011001111111111011001111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02225; }

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

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

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

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

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

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

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

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