#B03E30

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

Shades of Medium Carmine #B03E30

Tints of Medium Carmine #B03E30

Color information

#B03E30 (or 0xB03E30) is unknown color: approx Medium Carmine. HEX triplet: B0, 3E and 30. RGB value is (176,62,48). Sum of RGB (Red+Green+Blue) = 176+62+48=286 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.54% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 176 - color contains mainly: red. Hex color #B03E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03E30 is #4FC1CF. Grayscale: #5E5E5E. Windows color (decimal): -5226960 or 3161776. OLE color: 3161776.

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

Color convert

RGB1766248-
CMYK00.650.730.31
HSL6.56º57.14%43.92%-
HSV(B)6.56º72.73%69.02%-
XYZ20.1612.894.22-
YUV94.49101.77186.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.54%
GREEN value IS 62 (24.61% from 255) = 21.68%
BLUE value IS 48 (19.14% from 255) = 16.78%
R=61.54%
G=21.68%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176624800.650.730.316.5657.1443.92
HexB03E30041491F7392c
Octal260766001011113777154
Binary1011000011111011000001000001100100111111111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03E30; }

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

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

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

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

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

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

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

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