#B5202C

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

Shades of Cardinal #B5202C

Tints of Cardinal #B5202C

Color information

#B5202C (or 0xB5202C) is unknown color: approx Cardinal. HEX triplet: B5, 20 and 2C. RGB value is (181,32,44). Sum of RGB (Red+Green+Blue) = 181+32+44=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B5202C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5202C is #4ADFD3. Grayscale: #4E4E4E. Windows color (decimal): -4906964 or 2891957. OLE color: 2891957.

HSL color Cylindrical-coordinate representation of color #B5202C: hue angle of 355.17º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B5202C is Cyan = 0, Magento = 0.82, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB1813244-
CMYK00.820.760.29
HSL355.17º69.95%41.76%-
HSV(B)355.17º82.32%70.98%-
XYZ20.0311.043.46-
YUV77.92108.86201.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=70.43%
G=12.45%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181324400.820.760.29355.1769.9541.76
HexB5202C0524C1D163462a
Octal265405401221143554310652
Binary10110101100000101100010100101001100111011011000111000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5202C; }

 p { color: rgb(181,32,44); }

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

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

 a { background-color: rgb(181,32,44); }

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

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

 span { border-color: rgb(181,32,44); }

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