#B20532

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

Shades of Cardinal #B20532

Tints of Cardinal #B20532

Color information

#B20532 (or 0xB20532) is unknown color: approx Cardinal. HEX triplet: B2, 05 and 32. RGB value is (178,5,50). Sum of RGB (Red+Green+Blue) = 178+5+50=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 50 (19.92% from 255 or 21.46% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B20532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20532 is #4DFACD. Grayscale: #3D3D3D. Windows color (decimal): -5110478 or 3278258. OLE color: 3278258.

HSL color Cylindrical-coordinate representation of color #B20532: hue angle of 344.39º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B20532 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.30.

Color convert

RGB178550-
CMYK00.970.720.30
HSL344.39º94.54%35.88%-
HSV(B)344.39º97.19%69.8%-
XYZ18.999.83.91-
YUV61.86121.31210.84-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 76.39%
GREEN value IS 5 (2.34% from 255) = 2.15%
BLUE value IS 50 (19.92% from 255) = 21.46%
R=76.39%
G=2.15%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17855000.970.720.30344.3994.5435.88
HexB2532061481E1585f24
Octal26256201411103653013744
Binary10110010101110010011000011001000111101010110001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20532; }

 p { color: rgb(178,5,50); }

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

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

 a { background-color: rgb(178,5,50); }

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

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

 span { border-color: rgb(178,5,50); }

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