#B20639

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

Shades of Cardinal #B20639

Tints of Cardinal #B20639

Color information

#B20639 (or 0xB20639) is unknown color: approx Cardinal. HEX triplet: B2, 06 and 39. RGB value is (178,6,57). Sum of RGB (Red+Green+Blue) = 178+6+57=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 6 (2.73% from 255 or 2.49% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B20639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20639 is #4DF9C6. Grayscale: #3F3F3F. Windows color (decimal): -5110215 or 3737266. OLE color: 3737266.

HSL color Cylindrical-coordinate representation of color #B20639: hue angle of 342.21º degrees, saturation: 0.93, 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 #B20639 is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.30.

Color convert

RGB178657-
CMYK00.970.680.30
HSL342.21º93.48%36.08%-
HSV(B)342.21º96.63%69.8%-
XYZ19.169.894.77-
YUV63.24124.48209.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.86%
GREEN value IS 6 (2.73% from 255) = 2.49%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=73.86%
G=2.49%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17865700.970.680.30342.2193.4836.08
HexB2639061441E1565d24
Octal26267101411043652613544
Binary10110010110111001011000011000100111101010101101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20639; }

 p { color: rgb(178,6,57); }

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

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

 a { background-color: rgb(178,6,57); }

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

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

 span { border-color: rgb(178,6,57); }

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