#3A050C

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

Shades of Rustic Red #3A050C

Tints of Rustic Red #3A050C

Color information

#3A050C (or 0x3A050C) is unknown color: approx Rustic Red. HEX triplet: 3A, 05 and 0C. RGB value is (58,5,12). Sum of RGB (Red+Green+Blue) = 58+5+12=75 (9% of max value = 765). Red value is 58 (23.05% from 255 or 77.33% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 12 (5.08% from 255 or 16% from 75); Max value from RGB is 58 - color contains mainly: red. Hex color #3A050C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A050C is #C5FAF3. Grayscale: #151515. Windows color (decimal): -12974836 or 787770. OLE color: 787770.

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

Color convert

RGB58512-
CMYK00.910.790.77
HSL352.08º84.13%12.35%-
HSV(B)352.08º91.38%22.75%-
XYZ1.871.030.45-
YUV21.64122.56153.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 77.33%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 12 (5.08% from 255) = 16%
R=77.33%
G=6.67%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5851200.910.790.77352.0884.1312.35
Hex3A5C05B4F4D16054c
Octal72514013311711554012414
Binary1110101011100010110111001111100110110110000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A050C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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