#B5222E

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

Shades of Cardinal #B5222E

Tints of Cardinal #B5222E

Color information

#B5222E (or 0xB5222E) is unknown color: approx Cardinal. HEX triplet: B5, 22 and 2E. RGB value is (181,34,46). Sum of RGB (Red+Green+Blue) = 181+34+46=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B5222E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5222E is #4ADDD1. Grayscale: #4F4F4F. Windows color (decimal): -4906450 or 3023541. OLE color: 3023541.

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

Color convert

RGB1813446-
CMYK00.810.750.29
HSL355.1º68.37%42.16%-
HSV(B)355.1º81.22%70.98%-
XYZ20.1211.173.68-
YUV79.32109.2200.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.35%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=69.35%
G=13.03%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.75
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181344600.810.750.29355.168.3742.16
HexB5222E0514B1D163442a
Octal265425601211133554310452
Binary10110101100010101110010100011001011111011011000111000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5222E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5222E; }

 p { color: rgb(181,34,46); }

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

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

 a { background-color: rgb(181,34,46); }

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

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

 span { border-color: rgb(181,34,46); }

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