Html Css Color HEX #3A070D Rustic Red

📋 copy color: '#3A070D'

red 58 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #3A070D

Tints of Rustic Red #3A070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.97%

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

R = 74.36%
G = 8.97%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.77

RGB Variations

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

Color information

#3A070D (or 0x3A070D) is known color: Rustic Red. HEX triplet: 3A, 07 and 0D. RGB value is (58,7,13). Sum of RGB (Red+Green+Blue) = 58+7+13=78 (10% of max value = 765). Red value is 58 (23.05% from 255 or 74.36% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 13 (5.47% from 255 or 16.67% from 78); Max value from RGB is 58 - color contains mainly: red. Hex color #3A070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A070D is #C5F8F2. Grayscale: #161616. Windows color (decimal): -12974323 or 853818. OLE color: 853818.

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

Color convert

RGB 58 7 13 -
CMYK 0 0.88 0.78 0.77
HSL 352.94º 0.78% 0.13% -
HSV(B) 352.94º 0.88% 0.23% -
XYZ 1.89 1.08 0.49 -
YUV 22.93 122.4 153.01 -
System Red Green Blue C M Y K H S L
Decimal 58 7 13 0 0.88 0.78 0.77 352.94 0.78 0.13
Hex 3A 7 D 0 58 4E 4D 161 4E D
Octal 72 7 15 0 130 116 115 541 116 15
Binary 111010 111 1101 0 1011000 1001110 1001101 101100001 1001110 1101

Color Harmonies of #3A070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A070D

Black with #3A070D

Text Example


Text Example

White with #3A070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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