#3A090D

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

Shades of Rustic Red #3A090D

Tints of Rustic Red #3A090D

Color information

#3A090D (or 0x3A090D) is unknown color: approx Rustic Red. HEX triplet: 3A, 09 and 0D. RGB value is (58,9,13). Sum of RGB (Red+Green+Blue) = 58+9+13=80 (10% of max value = 765). Red value is 58 (23.05% from 255 or 72.5% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 58 - color contains mainly: red. Hex color #3A090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A090D is #C5F6F2. Grayscale: #181818. Windows color (decimal): -12973811 or 854330. OLE color: 854330.

HSL color Cylindrical-coordinate representation of color #3A090D: hue angle of 355.1º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3A090D is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB58913-
CMYK00.840.780.77
HSL355.1º73.13%13.14%-
HSV(B)355.1º84.48%22.75%-
XYZ1.921.120.5-
YUV24.11121.73152.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 72.5%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=72.5%
G=11.25%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5891300.840.780.77355.173.1313.14
Hex3A9D0544E4D16349d
Octal721115012411611554311115
Binary11101010011101010101001001110100110110110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A090D; }

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

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

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

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

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

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

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

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