Html Css Color HEX #3A0D14 Rustic Red

📋 copy color: '#3A0D14'

red 58 ◦ green 13 ◦ blue 20

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

Shades of Rustic Red #3A0D14

Tints of Rustic Red #3A0D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.29%

 BLUE value IS 20 (8.2% from 255) = 21.98%

R = 63.74%
G = 14.29%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#3A0D14 (or 0x3A0D14) is known color: Rustic Red. HEX triplet: 3A, 0D and 14. RGB value is (58,13,20). Sum of RGB (Red+Green+Blue) = 58+13+20=91 (12% of max value = 765). Red value is 58 (23.05% from 255 or 63.74% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0D14 is #C5F2EB. Grayscale: #1B1B1B. Windows color (decimal): -12972780 or 1314106. OLE color: 1314106.

HSL color Cylindrical-coordinate representation of color #3A0D14: hue angle of 350.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A0D14 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 13 20 -
CMYK 0 0.78 0.66 0.77
HSL 350.67º 0.63% 0.14% -
HSV(B) 350.67º 0.78% 0.23% -
XYZ 2.02 1.24 0.79 -
YUV 27.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 58 13 20 0 0.78 0.66 0.77 350.67 0.63 0.14
Hex 3A D 14 0 4E 42 4D 15F 3F E
Octal 72 15 24 0 116 102 115 537 77 16
Binary 111010 1101 10100 0 1001110 1000010 1001101 101011111 111111 1110

Color Harmonies of #3A0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0D14

Black with #3A0D14

Text Example


Text Example

White with #3A0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,13,20); }

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

background-color css

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

 a { background-color: rgb(58,13,20); }

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

border-color css

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

 span { border-color: rgb(58,13,20); }

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