#b5213e

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

Shades of Cardinal #B5213E

Tints of Cardinal #B5213E

Color information

#B5213E (or 0xB5213E) is unknown color: approx Cardinal. HEX triplet: B5, 21 and 3E. RGB value is (181,33,62). Sum of RGB (Red+Green+Blue) = 181+33+62=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5213E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5213E is #4ADEC1. Grayscale: #505050. Windows color (decimal): -4906690 or 4071861. OLE color: 4071861.

HSL color Cylindrical-coordinate representation of color #B5213E: hue angle of 348.24º degrees, saturation: 0.69, 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 #B5213E is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1813362-
CMYK00.820.660.29
HSL348.24º69.16%41.96%-
HSV(B)348.24º81.77%70.98%-
XYZ20.4711.265.65-
YUV80.56117.53199.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.58%
GREEN value IS 33 (13.28% from 255) = 11.96%
BLUE value IS 62 (24.61% from 255) = 22.46%
R=65.58%
G=11.96%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181336200.820.660.29348.2469.1641.96
HexB5213E052421D15c452a
Octal265417601221023553410552
Binary10110101100001111110010100101000010111011010111001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5213e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5213e; }

 p { color: rgb(181,33,62); }

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

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

 a { background-color: rgb(181,33,62); }

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

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

 span { border-color: rgb(181,33,62); }

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