#B03833

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

Shades of Medium Carmine #B03833

Tints of Medium Carmine #B03833

Color information

#B03833 (or 0xB03833) is unknown color: approx Medium Carmine. HEX triplet: B0, 38 and 33. RGB value is (176,56,51). Sum of RGB (Red+Green+Blue) = 176+56+51=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B03833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03833 is #4FC7CC. Grayscale: #5B5B5B. Windows color (decimal): -5228493 or 3356848. OLE color: 3356848.

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

Color convert

RGB1765651-
CMYK00.680.710.31
HSL2.4º55.07%44.51%-
HSV(B)2.4º71.02%69.02%-
XYZ19.9212.34.46-
YUV91.31105.26188.41-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 62.19%
GREEN value IS 56 (22.27% from 255) = 19.79%
BLUE value IS 51 (20.31% from 255) = 18.02%
R=62.19%
G=19.79%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176565100.680.710.312.455.0744.51
HexB03833044471F2372d
Octal260706301041073726755
Binary101100001110001100110100010010001111111110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03833; }

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

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

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

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

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

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

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

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