#3A080F

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

Shades of Rustic Red #3A080F

Tints of Rustic Red #3A080F

Color information

#3A080F (or 0x3A080F) is unknown color: approx Rustic Red. HEX triplet: 3A, 08 and 0F. RGB value is (58,8,15). Sum of RGB (Red+Green+Blue) = 58+8+15=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 8 (3.52% from 255 or 9.88% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A080F is #C5F7F0. Grayscale: #171717. Windows color (decimal): -12974065 or 985146. OLE color: 985146.

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

Color convert

RGB58815-
CMYK00.860.740.77
HSL351.6º75.76%12.94%-
HSV(B)351.6º86.21%22.75%-
XYZ1.921.110.56-
YUV23.75123.06152.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 71.60%
GREEN value IS 8 (3.52% from 255) = 9.88%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=71.60%
G=9.88%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5881500.860.740.77351.675.7612.94
Hex3A8F0564A4D1604cd
Octal721017012611211554011415
Binary11101010001111010101101001010100110110110000010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,8,15); }

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

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

 a { background-color: rgb(58,8,15); }

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

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

 span { border-color: rgb(58,8,15); }

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