#B54933

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

Shades of Medium Carmine #B54933

Tints of Medium Carmine #B54933

Color information

#B54933 (or 0xB54933) is unknown color: approx Medium Carmine. HEX triplet: B5, 49 and 33. RGB value is (181,73,51). Sum of RGB (Red+Green+Blue) = 181+73+51=305 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.34% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 181 - color contains mainly: red. Hex color #B54933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54933 is #4AB6CC. Grayscale: #666666. Windows color (decimal): -4896461 or 3361205. OLE color: 3361205.

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

Color convert

RGB1817351-
CMYK00.600.720.29
HSL10.15º56.03%45.49%-
HSV(B)10.15º71.82%70.98%-
XYZ22.0414.834.83-
YUV102.7898.78183.79-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 59.34%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 51 (20.31% from 255) = 16.72%
R=59.34%
G=23.93%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181735100.600.720.2910.1556.0345.49
HexB5493303C481Da382d
Octal2651116307411035127055
Binary10110101100100111001101111001001000111011010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54933; }

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

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

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

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

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

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

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

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