#B10229

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

Shades of Carmine #B10229

Tints of Carmine #B10229

Color information

#B10229 (or 0xB10229) is unknown color: approx Carmine. HEX triplet: B1, 02 and 29. RGB value is (177,2,41). Sum of RGB (Red+Green+Blue) = 177+2+41=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 2 (1.17% from 255 or 0.91% from 220); Blue value is 41 (16.41% from 255 or 18.64% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B10229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10229 is #4EFDD6. Grayscale: #3A3A3A. Windows color (decimal): -5176791 or 2687665. OLE color: 2687665.

HSL color Cylindrical-coordinate representation of color #B10229: hue angle of 346.63º degrees, saturation: 0.98, 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 #B10229 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB177241-
CMYK00.990.770.31
HSL346.63º97.77%35.1%-
HSV(B)346.63º98.87%69.41%-
XYZ18.559.552.96-
YUV58.77117.98212.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 80.45%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 41 (16.41% from 255) = 18.64%
R=80.45%
G=0.91%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17724100.990.770.31346.6397.7735.1
HexB12290634D1F15b6223
Octal26125101431153753314243
Binary1011000110101001011000111001101111111010110111100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10229; }

 p { color: rgb(177,2,41); }

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

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

 a { background-color: rgb(177,2,41); }

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

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

 span { border-color: rgb(177,2,41); }

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