#B20029

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

Shades of Carmine #B20029

Tints of Carmine #B20029

Color information

#B20029 (or 0xB20029) is unknown color: approx Carmine. HEX triplet: B2, 00 and 29. RGB value is (178,0,41). Sum of RGB (Red+Green+Blue) = 178+0+41=219 (29% of max value = 765). Red value is 178 (69.92% from 255 or 81.28% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 41 (16.41% from 255 or 18.72% from 219); Max value from RGB is 178 - color contains mainly: red. Hex color #B20029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20029 is #4DFFD6. Grayscale: #393939. Windows color (decimal): -5111767 or 2687154. OLE color: 2687154.

HSL color Cylindrical-coordinate representation of color #B20029: hue angle of 346.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20029 is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB178041-
CMYK010.770.30
HSL346.18º100%34.9%-
HSV(B)346.18º100%69.8%-
XYZ18.769.632.97-
YUV57.9118.47213.67-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 81.28%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 41 (16.41% from 255) = 18.72%
R=81.28%
G=0%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178041010.770.30346.1810034.9
HexB20290644D1E15a6423
Octal26205101441153653214443
Binary101100100101001011001001001101111101010110101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20029; }

 p { color: rgb(178,0,41); }

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

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

 a { background-color: rgb(178,0,41); }

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

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

 span { border-color: rgb(178,0,41); }

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