#3A0309

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

Shades of Rustic Red #3A0309

Tints of Rustic Red #3A0309

Color information

#3A0309 (or 0x3A0309) is unknown color: approx Rustic Red. HEX triplet: 3A, 03 and 09. RGB value is (58,3,9). Sum of RGB (Red+Green+Blue) = 58+3+9=70 (9% of max value = 765). Red value is 58 (23.05% from 255 or 82.86% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 9 (3.91% from 255 or 12.86% from 70); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0309 is #C5FCF6. Grayscale: #141414. Windows color (decimal): -12975351 or 590650. OLE color: 590650.

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

Color convert

RGB5839-
CMYK00.950.840.77
HSL353.45º90.16%11.96%-
HSV(B)353.45º94.83%22.75%-
XYZ1.830.980.35-
YUV20.13121.72155.01-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 82.86%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 9 (3.91% from 255) = 12.86%
R=82.86%
G=4.29%
B=12.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal583900.950.840.77353.4590.1611.96
Hex3A3905F544D1615ac
Octal72311013712411554113214
Binary111010111001010111111010100100110110110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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