#B03E23

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

Shades of Medium Carmine #B03E23

Tints of Medium Carmine #B03E23

Color information

#B03E23 (or 0xB03E23) is unknown color: approx Medium Carmine. HEX triplet: B0, 3E and 23. RGB value is (176,62,35). Sum of RGB (Red+Green+Blue) = 176+62+35=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E23 is #4FC1DC. Grayscale: #5D5D5D. Windows color (decimal): -5226973 or 2309808. OLE color: 2309808.

HSL color Cylindrical-coordinate representation of color #B03E23: hue angle of 11.49º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B03E23 is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB1766235-
CMYK00.650.800.31
HSL11.49º66.82%41.37%-
HSV(B)11.49º80.11%69.02%-
XYZ19.9312.83.01-
YUV93.0195.27187.2-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.47%
GREEN value IS 62 (24.61% from 255) = 22.71%
BLUE value IS 35 (14.06% from 255) = 12.82%
R=64.47%
G=22.71%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.80
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176623500.650.800.3111.4966.8241.37
HexB03E23041501Fb4329
Octal26076430101120371310351
Binary101100001111101000110100000110100001111110111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E23; }

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

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

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

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

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

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

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

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