#B32540

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

Shades of Cardinal #B32540

Tints of Cardinal #B32540

Color information

#B32540 (or 0xB32540) is unknown color: approx Cardinal. HEX triplet: B3, 25 and 40. RGB value is (179,37,64). Sum of RGB (Red+Green+Blue) = 179+37+64=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B32540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32540 is #4CDABF. Grayscale: #525252. Windows color (decimal): -5036736 or 4203955. OLE color: 4203955.

HSL color Cylindrical-coordinate representation of color #B32540: hue angle of 348.59º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32540 is Cyan = 0, Magento = 0.79, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB1793764-
CMYK00.790.640.30
HSL348.59º65.74%42.35%-
HSV(B)348.59º79.33%70.2%-
XYZ20.1811.285.96-
YUV82.54117.54196.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.93%
GREEN value IS 37 (14.84% from 255) = 13.21%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=63.93%
G=13.21%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179376400.790.640.30348.5965.7442.35
HexB3254004F401E15d422a
Octal2634510001171003653510252
Binary101100111001011000000010011111000000111101010111011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B32540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B32540; }

 p { color: rgb(179,37,64); }

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

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

 a { background-color: rgb(179,37,64); }

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

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

 span { border-color: rgb(179,37,64); }

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