Html Css Color HEX #3A010D Rustic Red

📋 copy color: '#3A010D'

red 58 ◦ green 1 ◦ blue 13

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

Shades of Rustic Red #3A010D

Tints of Rustic Red #3A010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.39%

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

R = 80.56%
G = 1.39%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A010D (or 0x3A010D) is known color: Rustic Red. HEX triplet: 3A, 01 and 0D. RGB value is (58,1,13). Sum of RGB (Red+Green+Blue) = 58+1+13=72 (9% of max value = 765). Red value is 58 (23.05% from 255 or 80.56% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 13 (5.47% from 255 or 18.06% from 72); Max value from RGB is 58 - color contains mainly: red. Hex color #3A010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A010D is #C5FEF2. Grayscale: #131313. Windows color (decimal): -12975859 or 852282. OLE color: 852282.

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

Color convert

RGB 58 1 13 -
CMYK 0 0.98 0.78 0.77
HSL 347.37º 0.97% 0.12% -
HSV(B) 347.37º 0.98% 0.23% -
XYZ 1.83 0.95 0.47 -
YUV 19.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 58 1 13 0 0.98 0.78 0.77 347.37 0.97 0.12
Hex 3A 1 D 0 62 4E 4D 15B 61 C
Octal 72 1 15 0 142 116 115 533 141 14
Binary 111010 1 1101 0 1100010 1001110 1001101 101011011 1100001 1100

Color Harmonies of #3A010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A010D

Black with #3A010D

Text Example


Text Example

White with #3A010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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