#B2002C

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

Shades of Carmine #B2002C

Tints of Carmine #B2002C

Color information

#B2002C (or 0xB2002C) is unknown color: approx Carmine. HEX triplet: B2, 00 and 2C. RGB value is (178,0,44). Sum of RGB (Red+Green+Blue) = 178+0+44=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 0 (0.39% from 255 or 0% from 222); Blue value is 44 (17.58% from 255 or 19.82% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B2002C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2002C is #4DFFD3. Grayscale: #3A3A3A. Windows color (decimal): -5111764 or 2883762. OLE color: 2883762.

HSL color Cylindrical-coordinate representation of color #B2002C: hue angle of 345.17º 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 #B2002C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB178044-
CMYK010.750.30
HSL345.17º100%34.9%-
HSV(B)345.17º100%69.8%-
XYZ18.819.653.25-
YUV58.24119.97213.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 19.82%
R=80.18%
G=0%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178044010.750.30345.1710034.9
HexB202C0644B1E1596423
Octal26205401441133653114443
Binary101100100101100011001001001011111101010110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2002C; }

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

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

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

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

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

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

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

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