Html Css Color HEX #3A1013 Rustic Red

📋 copy color: '#3A1013'

red 58 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #3A1013

Tints of Rustic Red #3A1013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.2%

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

R = 62.37%
G = 17.2%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#3A1013 (or 0x3A1013) is known color: Rustic Red. HEX triplet: 3A, 10 and 13. RGB value is (58,16,19). Sum of RGB (Red+Green+Blue) = 58+16+19=93 (12% of max value = 765). Red value is 58 (23.05% from 255 or 62.37% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1013 is #C5EFEC. Grayscale: #1C1C1C. Windows color (decimal): -12972013 or 1249338. OLE color: 1249338.

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

Color convert

RGB 58 16 19 -
CMYK 0 0.72 0.67 0.77
HSL 355.71º 0.57% 0.15% -
HSV(B) 355.71º 0.72% 0.23% -
XYZ 2.05 1.32 0.76 -
YUV 28.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 58 16 19 0 0.72 0.67 0.77 355.71 0.57 0.15
Hex 3A 10 13 0 48 43 4D 164 39 F
Octal 72 20 23 0 110 103 115 544 71 17
Binary 111010 10000 10011 0 1001000 1000011 1001101 101100100 111001 1111

Color Harmonies of #3A1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1013

Black with #3A1013

Text Example


Text Example

White with #3A1013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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