#3A0509

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

Shades of Rustic Red #3A0509

Tints of Rustic Red #3A0509

Color information

#3A0509 (or 0x3A0509) is unknown color: approx Rustic Red. HEX triplet: 3A, 05 and 09. RGB value is (58,5,9). Sum of RGB (Red+Green+Blue) = 58+5+9=72 (9% of max value = 765). Red value is 58 (23.05% from 255 or 80.56% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0509 is #C5FAF6. Grayscale: #151515. Windows color (decimal): -12974839 or 591162. OLE color: 591162.

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

Color convert

RGB5859-
CMYK00.910.840.77
HSL355.47º84.13%12.35%-
HSV(B)355.47º91.38%22.75%-
XYZ1.851.030.36-
YUV21.3121.06154.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 80.56%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 9 (3.91% from 255) = 12.5%
R=80.56%
G=6.94%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal585900.910.840.77355.4784.1312.35
Hex3A5905B544D16354c
Octal72511013312411554312414
Binary1110101011001010110111010100100110110110001110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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