#B33834

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

Shades of Medium Carmine #B33834

Tints of Medium Carmine #B33834

Color information

#B33834 (or 0xB33834) is unknown color: approx Medium Carmine. HEX triplet: B3, 38 and 34. RGB value is (179,56,52). Sum of RGB (Red+Green+Blue) = 179+56+52=287 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.37% from 287); Green value is 56 (22.27% from 255 or 19.51% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 179 - color contains mainly: red. Hex color #B33834 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33834 is #4CC7CB. Grayscale: #5C5C5C. Windows color (decimal): -5031884 or 3422387. OLE color: 3422387.

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

Color convert

RGB1795652-
CMYK00.690.710.30
HSL1.89º54.98%45.29%-
HSV(B)1.89º70.95%70.2%-
XYZ20.6212.664.61-
YUV92.32105.25189.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.37%
GREEN value IS 56 (22.27% from 255) = 19.51%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=62.37%
G=19.51%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179565200.690.710.301.8954.9845.29
HexB33834045471E2372d
Octal263706401051073626755
Binary101100111110001101000100010110001111111010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33834; }

 p { color: rgb(179,56,52); }

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

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

 a { background-color: rgb(179,56,52); }

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

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

 span { border-color: rgb(179,56,52); }

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