#B10026

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

Shades of Carmine #B10026

Tints of Carmine #B10026

Color information

#B10026 (or 0xB10026) is unknown color: approx Carmine. HEX triplet: B1, 00 and 26. RGB value is (177,0,38). Sum of RGB (Red+Green+Blue) = 177+0+38=215 (28% of max value = 765). Red value is 177 (69.53% from 255 or 82.33% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 38 (15.23% from 255 or 17.67% from 215); Max value from RGB is 177 - color contains mainly: red. Hex color #B10026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B10026 is #4EFFD9. Grayscale: #393939. Windows color (decimal): -5177306 or 2490545. OLE color: 2490545.

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

Color convert

RGB177038-
CMYK010.790.31
HSL347.12º100%34.71%-
HSV(B)347.12º100%69.41%-
XYZ18.489.492.69-
YUV57.26117.14213.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 82.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 17.67%
R=82.33%
G=0%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177038010.790.31347.1210034.71
HexB10260644F1F15b6423
Octal26104601441173753314443
Binary101100010100110011001001001111111111010110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10026; }

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

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

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

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

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

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

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

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