Html Css Color HEX #3A0913 Rustic Red

📋 copy color: '#3A0913'

red 58 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #3A0913

Tints of Rustic Red #3A0913

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.47%

 BLUE value IS 19 (7.81% from 255) = 22.09%

R = 67.44%
G = 10.47%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#3A0913 (or 0x3A0913) is known color: Rustic Red. HEX triplet: 3A, 09 and 13. RGB value is (58,9,19). Sum of RGB (Red+Green+Blue) = 58+9+19=86 (11% of max value = 765). Red value is 58 (23.05% from 255 or 67.44% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0913 is #C5F6EC. Grayscale: #181818. Windows color (decimal): -12973805 or 1247546. OLE color: 1247546.

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

Color convert

RGB 58 9 19 -
CMYK 0 0.84 0.67 0.77
HSL 347.76º 0.73% 0.13% -
HSV(B) 347.76º 0.84% 0.23% -
XYZ 1.96 1.14 0.73 -
YUV 24.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 58 9 19 0 0.84 0.67 0.77 347.76 0.73 0.13
Hex 3A 9 13 0 54 43 4D 15C 49 D
Octal 72 11 23 0 124 103 115 534 111 15
Binary 111010 1001 10011 0 1010100 1000011 1001101 101011100 1001001 1101

Color Harmonies of #3A0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0913

Black with #3A0913

Text Example


Text Example

White with #3A0913

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,9,19); }

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

background-color css

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

 a { background-color: rgb(58,9,19); }

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

border-color css

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

 span { border-color: rgb(58,9,19); }

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