#B03828

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

Shades of Medium Carmine #B03828

Tints of Medium Carmine #B03828

Color information

#B03828 (or 0xB03828) is unknown color: approx Medium Carmine. HEX triplet: B0, 38 and 28. RGB value is (176,56,40). Sum of RGB (Red+Green+Blue) = 176+56+40=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 40 (16.02% from 255 or 14.71% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B03828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03828 is #4FC7D7. Grayscale: #5A5A5A. Windows color (decimal): -5228504 or 2635952. OLE color: 2635952.

HSL color Cylindrical-coordinate representation of color #B03828: hue angle of 7.06º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B03828 is Cyan = 0, Magento = 0.68, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB1765640-
CMYK00.680.770.31
HSL7.06º62.96%42.35%-
HSV(B)7.06º77.27%69.02%-
XYZ19.712.213.33-
YUV90.0699.76189.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 64.71%
GREEN value IS 56 (22.27% from 255) = 20.59%
BLUE value IS 40 (16.02% from 255) = 14.71%
R=64.71%
G=20.59%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176564000.680.770.317.0662.9642.35
HexB038280444D1F73f2a
Octal260705001041153777752
Binary1011000011100010100001000100100110111111111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03828; }

 p { color: rgb(176,56,40); }

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

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

 a { background-color: rgb(176,56,40); }

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

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

 span { border-color: rgb(176,56,40); }

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