#3A0010

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

Shades of Rustic Red #3A0010

Tints of Rustic Red #3A0010

Color information

#3A0010 (or 0x3A0010) is unknown color: approx Rustic Red. HEX triplet: 3A, 00 and 10. RGB value is (58,0,16). Sum of RGB (Red+Green+Blue) = 58+0+16=74 (9% of max value = 765). Red value is 58 (23.05% from 255 or 78.38% from 74); Green value is 0 (0.39% from 255 or 0% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0010 is #C5FFEF. Grayscale: #131313. Windows color (decimal): -12976112 or 1048634. OLE color: 1048634.

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

Color convert

RGB58016-
CMYK010.720.77
HSL343.45º100%11.37%-
HSV(B)343.45º100%22.75%-
XYZ1.840.940.57-
YUV19.17126.22155.7-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 78.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 21.62%
R=78.38%
G=0%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58016010.720.77343.4510011.37
Hex3A010064484D15764b
Octal72020014411011552714413
Binary111010010000011001001001000100110110101011111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,0,16); }

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

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

 a { background-color: rgb(58,0,16); }

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

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

 span { border-color: rgb(58,0,16); }

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