#B03E2C

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

Shades of Medium Carmine #B03E2C

Tints of Medium Carmine #B03E2C

Color information

#B03E2C (or 0xB03E2C) is unknown color: approx Medium Carmine. HEX triplet: B0, 3E and 2C. RGB value is (176,62,44). Sum of RGB (Red+Green+Blue) = 176+62+44=282 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.41% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E2C is #4FC1D3. Grayscale: #5E5E5E. Windows color (decimal): -5226964 or 2899632. OLE color: 2899632.

HSL color Cylindrical-coordinate representation of color #B03E2C: hue angle of 8.18º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B03E2C is Cyan = 0, Magento = 0.65, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB1766244-
CMYK00.650.750.31
HSL8.18º60%43.14%-
HSV(B)8.18º75%69.02%-
XYZ20.0812.863.81-
YUV94.0399.77186.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.41%
GREEN value IS 62 (24.61% from 255) = 21.99%
BLUE value IS 44 (17.58% from 255) = 15.60%
R=62.41%
G=21.99%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176624400.650.750.318.186043.14
HexB03E2C0414B1F83c2b
Octal2607654010111337107453
Binary10110000111110101100010000011001011111111000111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E2C; }

 p { color: rgb(176,62,44); }

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

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

 a { background-color: rgb(176,62,44); }

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

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

 span { border-color: rgb(176,62,44); }

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