#B5223C

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

Shades of Cardinal #B5223C

Tints of Cardinal #B5223C

Color information

#B5223C (or 0xB5223C) is unknown color: approx Cardinal. HEX triplet: B5, 22 and 3C. RGB value is (181,34,60). Sum of RGB (Red+Green+Blue) = 181+34+60=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 60 (23.83% from 255 or 21.82% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B5223C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5223C is #4ADDC3. Grayscale: #505050. Windows color (decimal): -4906436 or 3941045. OLE color: 3941045.

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

Color convert

RGB1813460-
CMYK00.810.670.29
HSL349.39º68.37%42.16%-
HSV(B)349.39º81.22%70.98%-
XYZ20.4411.295.38-
YUV80.92116.2199.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.82%
GREEN value IS 34 (13.67% from 255) = 12.36%
BLUE value IS 60 (23.83% from 255) = 21.82%
R=65.82%
G=12.36%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181346000.810.670.29349.3968.3742.16
HexB5223C051431D15d442a
Octal265427401211033553510452
Binary10110101100010111100010100011000011111011010111011000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5223C; }

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

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

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

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

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

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

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

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