#B0011D

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

Shades of Carmine #B0011D

Tints of Carmine #B0011D

Color information

#B0011D (or 0xB0011D) is unknown color: approx Carmine. HEX triplet: B0, 01 and 1D. RGB value is (176,1,29). Sum of RGB (Red+Green+Blue) = 176+1+29=206 (27% of max value = 765). Red value is 176 (69.14% from 255 or 85.44% from 206); Green value is 1 (0.78% from 255 or 0.49% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 176 - color contains mainly: red. Hex color #B0011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0011D is #4FFEE2. Grayscale: #383838. Windows color (decimal): -5242595 or 1900976. OLE color: 1900976.

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

Color convert

RGB176129-
CMYK00.990.840.31
HSL350.4º98.87%34.71%-
HSV(B)350.4º99.43%69.02%-
XYZ18.149.342.01-
YUV56.52112.48213.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 85.44%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 29 (11.72% from 255) = 14.08%
R=85.44%
G=0.49%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17612900.990.840.31350.498.8734.71
HexB011D063541F15e6323
Octal26013501431243753614343
Binary10110000111101011000111010100111111010111101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0011D; }

 p { color: rgb(176,1,29); }

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

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

 a { background-color: rgb(176,1,29); }

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

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

 span { border-color: rgb(176,1,29); }

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