Html Css Color HEX #3A060C Rustic Red

📋 copy color: '#3A060C'

red 58 ◦ green 6 ◦ blue 12

#3A060C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #3A060C

Tints of Rustic Red #3A060C

RGB

 RED value IS 58 (23.05% from 255) = 76.32%

 GREEN value IS 6 (2.73% from 255) = 7.89%

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 76.32%
G = 7.89%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.77

RGB Variations

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

Color information

#3A060C (or 0x3A060C) is known color: Rustic Red. HEX triplet: 3A, 06 and 0C. RGB value is (58,6,12). Sum of RGB (Red+Green+Blue) = 58+6+12=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 6 (2.73% from 255 or 7.89% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A060C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A060C is #C5F9F3. Grayscale: #161616. Windows color (decimal): -12974580 or 788026. OLE color: 788026.

HSL color Cylindrical-coordinate representation of color #3A060C: hue angle of 353.08º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A060C is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 6 12 -
CMYK 0 0.90 0.79 0.77
HSL 353.08º 0.81% 0.13% -
HSV(B) 353.08º 0.9% 0.23% -
XYZ 1.88 1.06 0.45 -
YUV 22.23 122.23 153.51 -
System Red Green Blue C M Y K H S L
Decimal 58 6 12 0 0.90 0.79 0.77 353.08 0.81 0.13
Hex 3A 6 C 0 5A 4F 4D 161 51 D
Octal 72 6 14 0 132 117 115 541 121 15
Binary 111010 110 1100 0 1011010 1001111 1001101 101100001 1010001 1101

Color Harmonies of #3A060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A060C

Black with #3A060C

Text Example


Text Example

White with #3A060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A060C;
 }
 .AnyTagClassName
 {
   color: #3A060C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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