#B0202A

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

Shades of Cardinal #B0202A

Tints of Cardinal #B0202A

Color information

#B0202A (or 0xB0202A) is unknown color: approx Cardinal. HEX triplet: B0, 20 and 2A. RGB value is (176,32,42). Sum of RGB (Red+Green+Blue) = 176+32+42=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B0202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0202A is #4FDFD5. Grayscale: #4C4C4C. Windows color (decimal): -5234646 or 2760880. OLE color: 2760880.

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

Color convert

RGB1763242-
CMYK00.820.760.31
HSL355.83º69.23%40.78%-
HSV(B)355.83º81.82%69.02%-
XYZ18.8410.433.21-
YUV76.2108.71199.19-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 70.4%
GREEN value IS 32 (12.89% from 255) = 12.8%
BLUE value IS 42 (16.80% from 255) = 16.8%
R=70.4%
G=12.8%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176324200.820.760.31355.8369.2340.78
HexB0202A0524C1F1644529
Octal260405201221143754410551
Binary10110000100000101010010100101001100111111011001001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0202A; }

 p { color: rgb(176,32,42); }

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

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

 a { background-color: rgb(176,32,42); }

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

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

 span { border-color: rgb(176,32,42); }

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