#3A0506

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

Shades of Rustic Red #3A0506

Tints of Rustic Red #3A0506

Color information

#3A0506 (or 0x3A0506) is unknown color: approx Rustic Red. HEX triplet: 3A, 05 and 06. RGB value is (58,5,6). Sum of RGB (Red+Green+Blue) = 58+5+6=69 (9% of max value = 765). Red value is 58 (23.05% from 255 or 84.06% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0506 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0506 is #C5FAF9. Grayscale: #151515. Windows color (decimal): -12974842 or 394554. OLE color: 394554.

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

Color convert

RGB5856-
CMYK00.910.900.77
HSL358.87º84.13%12.35%-
HSV(B)358.87º91.38%22.75%-
XYZ1.831.020.27-
YUV20.96119.56154.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 84.06%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 6 (2.73% from 255) = 8.70%
R=84.06%
G=7.25%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal585600.910.900.77358.8784.1312.35
Hex3A5605B5A4D16754c
Octal7256013313211554712414
Binary111010101110010110111011010100110110110011110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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