#B20739

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

Shades of Cardinal #B20739

Tints of Cardinal #B20739

Color information

#B20739 (or 0xB20739) is unknown color: approx Cardinal. HEX triplet: B2, 07 and 39. RGB value is (178,7,57). Sum of RGB (Red+Green+Blue) = 178+7+57=242 (32% of max value = 765). Red value is 178 (69.92% from 255 or 73.55% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 178 - color contains mainly: red. Hex color #B20739 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20739 is #4DF8C6. Grayscale: #3F3F3F. Windows color (decimal): -5109959 or 3737522. OLE color: 3737522.

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

Color convert

RGB178757-
CMYK00.960.680.30
HSL342.46º92.43%36.27%-
HSV(B)342.46º96.07%69.8%-
XYZ19.179.914.77-
YUV63.83124.15209.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.55%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 57 (22.66% from 255) = 23.55%
R=73.55%
G=2.89%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17875700.960.680.30342.4692.4336.27
HexB2739060441E1565c24
Octal26277101401043652613444
Binary10110010111111001011000001000100111101010101101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20739; }

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

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

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

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

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

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

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

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