Html Css Color HEX #3A080D Rustic Red

📋 copy color: '#3A080D'

red 58 ◦ green 8 ◦ blue 13

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

Shades of Rustic Red #3A080D

Tints of Rustic Red #3A080D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.13%

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

R = 73.42%
G = 10.13%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A080D (or 0x3A080D) is known color: Rustic Red. HEX triplet: 3A, 08 and 0D. RGB value is (58,8,13). Sum of RGB (Red+Green+Blue) = 58+8+13=79 (10% of max value = 765). Red value is 58 (23.05% from 255 or 73.42% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 58 - color contains mainly: red. Hex color #3A080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A080D is #C5F7F2. Grayscale: #171717. Windows color (decimal): -12974067 or 854074. OLE color: 854074.

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

Color convert

RGB 58 8 13 -
CMYK 0 0.86 0.78 0.77
HSL 354º 0.76% 0.13% -
HSV(B) 354º 0.86% 0.23% -
XYZ 1.9 1.1 0.49 -
YUV 23.52 122.07 152.59 -
System Red Green Blue C M Y K H S L
Decimal 58 8 13 0 0.86 0.78 0.77 354 0.76 0.13
Hex 3A 8 D 0 56 4E 4D 162 4C D
Octal 72 10 15 0 126 116 115 542 114 15
Binary 111010 1000 1101 0 1010110 1001110 1001101 101100010 1001100 1101

Color Harmonies of #3A080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A080D

Black with #3A080D

Text Example


Text Example

White with #3A080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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