#4B0311

Color #4B0311 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #4B0311

Tints of Rustic Red #4B0311

Color information

#4B0311 (or 0x4B0311) is unknown color: approx Rustic Red. HEX triplet: 4B, 03 and 11. RGB value is (75,3,17). Sum of RGB (Red+Green+Blue) = 75+3+17=95 (12% of max value = 765). Red value is 75 (29.69% from 255 or 78.95% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0311 is #B4FCEE. Grayscale: #1A1A1A. Windows color (decimal): -11861231 or 1114955. OLE color: 1114955.

HSL color Cylindrical-coordinate representation of color #4B0311: hue angle of 348.33º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4B0311 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.71.

Color convert

RGB75317-
CMYK00.960.770.71
HSL348.33º92.31%15.29%-
HSV(B)348.33º96%29.41%-
XYZ3.041.60.68-
YUV26.12122.85162.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 78.95%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 17 (7.03% from 255) = 17.89%
R=78.95%
G=3.16%
B=17.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.77
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7531700.960.770.71348.3392.3115.29
Hex4B3110604D4715c5cf
Octal113321014011510753413417
Binary10010111110001011000001001101100011110101110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0311; }

 p { color: rgb(75,3,17); }

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

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

 a { background-color: rgb(75,3,17); }

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

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

 span { border-color: rgb(75,3,17); }

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