#3A0507

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

Shades of Rustic Red #3A0507

Tints of Rustic Red #3A0507

Color information

#3A0507 (or 0x3A0507) is unknown color: approx Rustic Red. HEX triplet: 3A, 05 and 07. RGB value is (58,5,7). Sum of RGB (Red+Green+Blue) = 58+5+7=70 (9% of max value = 765). Red value is 58 (23.05% from 255 or 82.86% from 70); Green value is 5 (2.34% from 255 or 7.14% from 70); Blue value is 7 (3.12% from 255 or 10% from 70); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0507 is #C5FAF8. Grayscale: #151515. Windows color (decimal): -12974841 or 460090. OLE color: 460090.

HSL color Cylindrical-coordinate representation of color #3A0507: hue angle of 357.74º 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 #3A0507 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.77.

Color convert

RGB5857-
CMYK00.910.880.77
HSL357.74º84.13%12.35%-
HSV(B)357.74º91.38%22.75%-
XYZ1.841.020.3-
YUV21.07120.06154.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 82.86%
GREEN value IS 5 (2.34% from 255) = 7.14%
BLUE value IS 7 (3.12% from 255) = 10%
R=82.86%
G=7.14%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal585700.910.880.77357.7484.1312.35
Hex3A5705B584D16654c
Octal7257013313011554612414
Binary111010101111010110111011000100110110110011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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