#B2012A

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

Shades of Carmine #B2012A

Tints of Carmine #B2012A

Color information

#B2012A (or 0xB2012A) is unknown color: approx Carmine. HEX triplet: B2, 01 and 2A. RGB value is (178,1,42). Sum of RGB (Red+Green+Blue) = 178+1+42=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B2012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2012A is #4DFED5. Grayscale: #3A3A3A. Windows color (decimal): -5111510 or 2752946. OLE color: 2752946.

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

Color convert

RGB178142-
CMYK00.990.760.30
HSL346.1º98.88%35.1%-
HSV(B)346.1º99.44%69.8%-
XYZ18.799.653.06-
YUV58.6118.64213.17-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.54%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=80.54%
G=0.45%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814200.990.760.30346.198.8835.1
HexB212A0634C1E15a6323
Octal26215201431143653214343
Binary101100101101010011000111001100111101010110101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2012A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2012A; }

 p { color: rgb(178,1,42); }

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

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

 a { background-color: rgb(178,1,42); }

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

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

 span { border-color: rgb(178,1,42); }

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