Html Css Color HEX #3A040D Rustic Red

📋 copy color: '#3A040D'

red 58 ◦ green 4 ◦ blue 13

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

Shades of Rustic Red #3A040D

Tints of Rustic Red #3A040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 13 (5.47% from 255) = 17.33%

R = 77.33%
G = 5.33%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A040D (or 0x3A040D) is known color: Rustic Red. HEX triplet: 3A, 04 and 0D. RGB value is (58,4,13). Sum of RGB (Red+Green+Blue) = 58+4+13=75 (9% of max value = 765). Red value is 58 (23.05% from 255 or 77.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 13 (5.47% from 255 or 17.33% from 75); Max value from RGB is 58 - color contains mainly: red. Hex color #3A040D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A040D is #C5FBF2. Grayscale: #151515. Windows color (decimal): -12975091 or 853050. OLE color: 853050.

HSL color Cylindrical-coordinate representation of color #3A040D: hue angle of 350º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A040D is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 4 13 -
CMYK 0 0.93 0.78 0.77
HSL 350º 0.87% 0.12% -
HSV(B) 350º 0.93% 0.23% -
XYZ 1.86 1.02 0.48 -
YUV 21.17 123.39 154.27 -
System Red Green Blue C M Y K H S L
Decimal 58 4 13 0 0.93 0.78 0.77 350 0.87 0.12
Hex 3A 4 D 0 5D 4E 4D 15E 57 C
Octal 72 4 15 0 135 116 115 536 127 14
Binary 111010 100 1101 0 1011101 1001110 1001101 101011110 1010111 1100

Color Harmonies of #3A040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A040D

Black with #3A040D

Text Example


Text Example

White with #3A040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,4,13); }

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

background-color css

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

 a { background-color: rgb(58,4,13); }

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

border-color css

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

 span { border-color: rgb(58,4,13); }

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