#B34933

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

Shades of Medium Carmine #B34933

Tints of Medium Carmine #B34933

Color information

#B34933 (or 0xB34933) is unknown color: approx Medium Carmine. HEX triplet: B3, 49 and 33. RGB value is (179,73,51). Sum of RGB (Red+Green+Blue) = 179+73+51=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 51 (20.31% from 255 or 16.83% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B34933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34933 is #4CB6CC. Grayscale: #666666. Windows color (decimal): -5027533 or 3361203. OLE color: 3361203.

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

Color convert

RGB1797351-
CMYK00.590.720.30
HSL10.31º55.65%45.1%-
HSV(B)10.31º71.51%70.2%-
XYZ21.5714.594.81-
YUV102.1999.12182.79-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.08%
GREEN value IS 73 (28.91% from 255) = 24.09%
BLUE value IS 51 (20.31% from 255) = 16.83%
R=59.08%
G=24.09%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.72
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179735100.590.720.3010.3155.6545.1
HexB3493303B481Ea382d
Octal2631116307311036127055
Binary10110011100100111001101110111001000111101010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34933; }

 p { color: rgb(179,73,51); }

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

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

 a { background-color: rgb(179,73,51); }

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

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

 span { border-color: rgb(179,73,51); }

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