#B1002E

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

Shades of Carmine #B1002E

Tints of Carmine #B1002E

Color information

#B1002E (or 0xB1002E) is unknown color: approx Carmine. HEX triplet: B1, 00 and 2E. RGB value is (177,0,46). Sum of RGB (Red+Green+Blue) = 177+0+46=223 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.37% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 177 - color contains mainly: red. Hex color #B1002E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1002E is #4EFFD1. Grayscale: #3A3A3A. Windows color (decimal): -5177298 or 3014833. OLE color: 3014833.

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

Color convert

RGB177046-
CMYK010.740.31
HSL344.41º100%34.71%-
HSV(B)344.41º100%69.41%-
XYZ18.629.543.45-
YUV58.17121.14212.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 79.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=79.37%
G=0%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177046010.740.31344.4110034.71
HexB102E0644A1F1586423
Octal26105601441123753014443
Binary101100010101110011001001001010111111010110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1002E; }

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

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

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

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

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

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

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

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