#B0222D

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

Shades of Cardinal #B0222D

Tints of Cardinal #B0222D

Color information

#B0222D (or 0xB0222D) is unknown color: approx Cardinal. HEX triplet: B0, 22 and 2D. RGB value is (176,34,45). Sum of RGB (Red+Green+Blue) = 176+34+45=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 45 (17.97% from 255 or 17.65% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0222D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0222D is #4FDDD2. Grayscale: #4D4D4D. Windows color (decimal): -5234131 or 2958000. OLE color: 2958000.

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

Color convert

RGB1763445-
CMYK00.810.740.31
HSL355.35º67.62%41.18%-
HSV(B)355.35º80.68%69.02%-
XYZ18.9510.563.52-
YUV77.71109.54198.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 69.02%
GREEN value IS 34 (13.67% from 255) = 13.33%
BLUE value IS 45 (17.97% from 255) = 17.65%
R=69.02%
G=13.33%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176344500.810.740.31355.3567.6241.18
HexB0222D0514A1F1634429
Octal260425501211123754310451
Binary10110000100010101101010100011001010111111011000111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0222D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0222D; }

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

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

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

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

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

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

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

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