#B52639

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

Shades of Cardinal #B52639

Tints of Cardinal #B52639

Color information

#B52639 (or 0xB52639) is unknown color: approx Cardinal. HEX triplet: B5, 26 and 39. RGB value is (181,38,57). Sum of RGB (Red+Green+Blue) = 181+38+57=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B52639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52639 is #4AD9C6. Grayscale: #525252. Windows color (decimal): -4905415 or 3745461. OLE color: 3745461.

HSL color Cylindrical-coordinate representation of color #B52639: hue angle of 352.03º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B52639 is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB1813857-
CMYK00.790.690.29
HSL352.03º65.3%42.94%-
HSV(B)352.03º79.01%70.98%-
XYZ20.4911.515.01-
YUV82.92113.38197.96-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 65.58%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 57 (22.66% from 255) = 20.65%
R=65.58%
G=13.77%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181385700.790.690.29352.0365.342.94
HexB5263904F451D160412b
Octal265467101171053554010153
Binary10110101100110111001010011111000101111011011000001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52639; }

 p { color: rgb(181,38,57); }

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

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

 a { background-color: rgb(181,38,57); }

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

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

 span { border-color: rgb(181,38,57); }

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