#B10024

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

Shades of Carmine #B10024

Tints of Carmine #B10024

Color information

#B10024 (or 0xB10024) is unknown color: approx Carmine. HEX triplet: B1, 00 and 24. RGB value is (177,0,36). Sum of RGB (Red+Green+Blue) = 177+0+36=213 (28% of max value = 765). Red value is 177 (69.53% from 255 or 83.10% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 36 (14.45% from 255 or 16.90% from 213); Max value from RGB is 177 - color contains mainly: red. Hex color #B10024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10024 is #4EFFDB. Grayscale: #393939. Windows color (decimal): -5177308 or 2359473. OLE color: 2359473.

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

Color convert

RGB177036-
CMYK010.800.31
HSL347.8º100%34.71%-
HSV(B)347.8º100%69.41%-
XYZ18.459.472.53-
YUV57.03116.14213.57-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 83.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 16.90%
R=83.10%
G=0%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177036010.800.31347.810034.71
HexB1024064501F15c6423
Octal26104401441203753414443
Binary101100010100100011001001010000111111010111001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10024; }

 p { color: rgb(177,0,36); }

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

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

 a { background-color: rgb(177,0,36); }

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

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

 span { border-color: rgb(177,0,36); }

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