#B10020

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

Shades of Carmine #B10020

Tints of Carmine #B10020

Color information

#B10020 (or 0xB10020) is unknown color: approx Carmine. HEX triplet: B1, 00 and 20. RGB value is (177,0,32). Sum of RGB (Red+Green+Blue) = 177+0+32=209 (27% of max value = 765). Red value is 177 (69.53% from 255 or 84.69% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 177 - color contains mainly: red. Hex color #B10020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10020 is #4EFFDF. Grayscale: #383838. Windows color (decimal): -5177312 or 2097329. OLE color: 2097329.

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

Color convert

RGB177032-
CMYK010.820.31
HSL349.15º100%34.71%-
HSV(B)349.15º100%69.41%-
XYZ18.399.452.22-
YUV56.57114.14213.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 84.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 32 (12.89% from 255) = 15.31%
R=84.69%
G=0%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177032010.820.31349.1510034.71
HexB1020064521F15d6423
Octal26104001441223753514443
Binary101100010100000011001001010010111111010111011100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10020; }

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

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

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

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

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

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

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

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