#4B090D

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

Shades of Rustic Red #4B090D

Tints of Rustic Red #4B090D

Color information

#4B090D (or 0x4B090D) is unknown color: approx Rustic Red. HEX triplet: 4B, 09 and 0D. RGB value is (75,9,13). Sum of RGB (Red+Green+Blue) = 75+9+13=97 (12% of max value = 765). Red value is 75 (29.69% from 255 or 77.32% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 75 - color contains mainly: red. Hex color #4B090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B090D is #B4F6F2. Grayscale: #1D1D1D. Windows color (decimal): -11859699 or 854347. OLE color: 854347.

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

Color convert

RGB75913-
CMYK00.880.830.71
HSL356.36º78.57%16.47%-
HSV(B)356.36º88%29.41%-
XYZ3.071.720.55-
YUV29.19118.87160.67-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 77.32%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 13 (5.47% from 255) = 13.40%
R=77.32%
G=9.28%
B=13.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal7591300.880.830.71356.3678.5716.47
Hex4B9D05853471644f10
Octal1131115013012310754411720
Binary1001011100111010101100010100111000111101100100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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