#4B0409

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

Shades of Rustic Red #4B0409

Tints of Rustic Red #4B0409

Color information

#4B0409 (or 0x4B0409) is unknown color: approx Rustic Red. HEX triplet: 4B, 04 and 09. RGB value is (75,4,9). Sum of RGB (Red+Green+Blue) = 75+4+9=88 (11% of max value = 765). Red value is 75 (29.69% from 255 or 85.23% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 9 (3.91% from 255 or 10.23% from 88); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B0409 is #B4FBF6. Grayscale: #191919. Windows color (decimal): -11860983 or 590923. OLE color: 590923.

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

Color convert

RGB7549-
CMYK00.950.880.71
HSL355.77º89.87%15.49%-
HSV(B)355.77º94.67%29.41%-
XYZ2.991.60.41-
YUV25.8118.52163.09-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 85.23%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 9 (3.91% from 255) = 10.23%
R=85.23%
G=4.55%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.88
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal754900.950.880.71355.7789.8715.49
Hex4B4905F58471645af
Octal113411013713010754413217
Binary10010111001001010111111011000100011110110010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,4,9); }

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

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

 a { background-color: rgb(75,4,9); }

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

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

 span { border-color: rgb(75,4,9); }

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