Html Css Color HEX #3A191D Rustic Red

📋 copy color: '#3A191D'

red 58 ◦ green 25 ◦ blue 29

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

Shades of Rustic Red #3A191D

Tints of Rustic Red #3A191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.32%

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 51.79%
G = 22.32%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.5

 K value IS 0.77

RGB Variations

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

Color information

#3A191D (or 0x3A191D) is known color: Rustic Red. HEX triplet: 3A, 19 and 1D. RGB value is (58,25,29). Sum of RGB (Red+Green+Blue) = 58+25+29=112 (14% of max value = 765). Red value is 58 (23.05% from 255 or 51.79% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 58 - color contains mainly: red. Hex color #3A191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A191D is #C5E6E2. Grayscale: #232323. Windows color (decimal): -12969699 or 1907002. OLE color: 1907002.

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

Color convert

RGB 58 25 29 -
CMYK 0 0.57 0.5 0.77
HSL 352.73º 0.4% 0.16% -
HSV(B) 352.73º 0.57% 0.23% -
XYZ 2.31 1.68 1.37 -
YUV 35.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 58 25 29 0 0.57 0.5 0.77 352.73 0.4 0.16
Hex 3A 19 1D 0 39 32 4D 161 28 10
Octal 72 31 35 0 71 62 115 541 50 20
Binary 111010 11001 11101 0 111001 110010 1001101 101100001 101000 10000

Color Harmonies of #3A191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A191D

Black with #3A191D

Text Example


Text Example

White with #3A191D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,25,29); }

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

background-color css

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

 a { background-color: rgb(58,25,29); }

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

border-color css

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

 span { border-color: rgb(58,25,29); }

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