Html Css Color HEX #3A0710 Rustic Red

📋 copy color: '#3A0710'

red 58 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #3A0710

Tints of Rustic Red #3A0710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.75%

R = 71.6%
G = 8.64%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.77

RGB Variations

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

Color information

#3A0710 (or 0x3A0710) is known color: Rustic Red. HEX triplet: 3A, 07 and 10. RGB value is (58,7,16). Sum of RGB (Red+Green+Blue) = 58+7+16=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 7 (3.12% from 255 or 8.64% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0710 is #C5F8EF. Grayscale: #171717. Windows color (decimal): -12974320 or 1050426. OLE color: 1050426.

HSL color Cylindrical-coordinate representation of color #3A0710: hue angle of 349.41º 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 #3A0710 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 7 16 -
CMYK 0 0.88 0.72 0.77
HSL 349.41º 0.78% 0.13% -
HSV(B) 349.41º 0.88% 0.23% -
XYZ 1.91 1.09 0.6 -
YUV 23.28 123.9 152.77 -
System Red Green Blue C M Y K H S L
Decimal 58 7 16 0 0.88 0.72 0.77 349.41 0.78 0.13
Hex 3A 7 10 0 58 48 4D 15D 4E D
Octal 72 7 20 0 130 110 115 535 116 15
Binary 111010 111 10000 0 1011000 1001000 1001101 101011101 1001110 1101

Color Harmonies of #3A0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0710

Black with #3A0710

Text Example


Text Example

White with #3A0710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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