Html Css Color HEX #3A1213 Rustic Red

📋 copy color: '#3A1213'

red 58 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #3A1213

Tints of Rustic Red #3A1213

RGB

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

 GREEN value IS 18 (7.42% from 255) = 18.95%

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

R = 61.05%
G = 18.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.77

RGB Variations

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

Color information

#3A1213 (or 0x3A1213) is known color: Rustic Red. HEX triplet: 3A, 12 and 13. RGB value is (58,18,19). Sum of RGB (Red+Green+Blue) = 58+18+19=95 (12% of max value = 765). Red value is 58 (23.05% from 255 or 61.05% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 58 - color contains mainly: red. Hex color #3A1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A1213 is #C5EDEC. Grayscale: #1E1E1E. Windows color (decimal): -12971501 or 1249850. OLE color: 1249850.

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

Color convert

RGB 58 18 19 -
CMYK 0 0.69 0.67 0.77
HSL 358.5º 0.53% 0.15% -
HSV(B) 358.5º 0.69% 0.23% -
XYZ 2.08 1.38 0.77 -
YUV 30.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 58 18 19 0 0.69 0.67 0.77 358.5 0.53 0.15
Hex 3A 12 13 0 45 43 4D 166 35 F
Octal 72 22 23 0 105 103 115 546 65 17
Binary 111010 10010 10011 0 1000101 1000011 1001101 101100110 110101 1111

Color Harmonies of #3A1213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1213

Black with #3A1213

Text Example


Text Example

White with #3A1213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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