#4D090B

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

Shades of Rustic Red #4D090B

Tints of Rustic Red #4D090B

Color information

#4D090B (or 0x4D090B) is unknown color: approx Rustic Red. HEX triplet: 4D, 09 and 0B. RGB value is (77,9,11). Sum of RGB (Red+Green+Blue) = 77+9+11=97 (12% of max value = 765). Red value is 77 (30.47% from 255 or 79.38% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 77 - color contains mainly: red. Hex color #4D090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D090B is #B2F6F4. Grayscale: #1D1D1D. Windows color (decimal): -11728629 or 723277. OLE color: 723277.

HSL color Cylindrical-coordinate representation of color #4D090B: hue angle of 358.24º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4D090B is Cyan = 0, Magento = 0.88, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB77911-
CMYK00.880.860.70
HSL358.24º79.07%16.86%-
HSV(B)358.24º88.31%30.2%-
XYZ3.221.80.49-
YUV29.56117.53161.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 79.38%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 11 (4.69% from 255) = 11.34%
R=79.38%
G=9.28%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7791100.880.860.70358.2479.0716.86
Hex4D9B05856461664f11
Octal1151113013012610654611721
Binary1001101100110110101100010101101000110101100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,9,11); }

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

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

 a { background-color: rgb(77,9,11); }

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

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

 span { border-color: rgb(77,9,11); }

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