Html Css Color HEX #3A020D Rustic Red

📋 copy color: '#3A020D'

red 58 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #3A020D

Tints of Rustic Red #3A020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.74%

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

R = 79.45%
G = 2.74%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A020D (or 0x3A020D) is known color: Rustic Red. HEX triplet: 3A, 02 and 0D. RGB value is (58,2,13). Sum of RGB (Red+Green+Blue) = 58+2+13=73 (9% of max value = 765). Red value is 58 (23.05% from 255 or 79.45% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 58 - color contains mainly: red. Hex color #3A020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A020D is #C5FDF2. Grayscale: #141414. Windows color (decimal): -12975603 or 852538. OLE color: 852538.

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

Color convert

RGB 58 2 13 -
CMYK 0 0.97 0.78 0.77
HSL 348.21º 0.93% 0.12% -
HSV(B) 348.21º 0.97% 0.23% -
XYZ 1.84 0.97 0.47 -
YUV 20 124.05 155.11 -
System Red Green Blue C M Y K H S L
Decimal 58 2 13 0 0.97 0.78 0.77 348.21 0.93 0.12
Hex 3A 2 D 0 61 4E 4D 15C 5D C
Octal 72 2 15 0 141 116 115 534 135 14
Binary 111010 10 1101 0 1100001 1001110 1001101 101011100 1011101 1100

Color Harmonies of #3A020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A020D

Black with #3A020D

Text Example


Text Example

White with #3A020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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