#B03E31

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

Shades of Medium Carmine #B03E31

Tints of Medium Carmine #B03E31

Color information

#B03E31 (or 0xB03E31) is unknown color: approx Medium Carmine. HEX triplet: B0, 3E and 31. RGB value is (176,62,49). Sum of RGB (Red+Green+Blue) = 176+62+49=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E31 is #4FC1CE. Grayscale: #5E5E5E. Windows color (decimal): -5226959 or 3227312. OLE color: 3227312.

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

Color convert

RGB1766249-
CMYK00.650.720.31
HSL6.14º56.44%44.12%-
HSV(B)6.14º72.16%69.02%-
XYZ20.1812.94.33-
YUV94.6102.27186.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.32%
GREEN value IS 62 (24.61% from 255) = 21.60%
BLUE value IS 49 (19.53% from 255) = 17.07%
R=61.32%
G=21.60%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176624900.650.720.316.1456.4444.12
HexB03E31041481F6382c
Octal260766101011103767054
Binary1011000011111011000101000001100100011111110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E31; }

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

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

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

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

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

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

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

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