#B2002D

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

Shades of Carmine #B2002D

Tints of Carmine #B2002D

Color information

#B2002D (or 0xB2002D) is unknown color: approx Carmine. HEX triplet: B2, 00 and 2D. RGB value is (178,0,45). Sum of RGB (Red+Green+Blue) = 178+0+45=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B2002D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2002D is #4DFFD2. Grayscale: #3A3A3A. Windows color (decimal): -5111763 or 2949298. OLE color: 2949298.

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

Color convert

RGB178045-
CMYK010.750.30
HSL344.83º100%34.9%-
HSV(B)344.83º100%69.8%-
XYZ18.839.653.35-
YUV58.35120.47213.34-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 79.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 20.18%
R=79.82%
G=0%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178045010.750.30344.8310034.9
HexB202D0644B1E1596423
Octal26205501441133653114443
Binary101100100101101011001001001011111101010110011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2002D; }

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

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

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

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

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

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

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

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