Html Css Color HEX #391213 Rustic Red

📋 copy color: '#391213'

red 57 ◦ green 18 ◦ blue 19

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

Shades of Rustic Red #391213

Tints of Rustic Red #391213

RGB

 RED value IS 57 (22.66% from 255) = 60.64%

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

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

R = 60.64%
G = 19.15%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#391213 (or 0x391213) is known color: Rustic Red. HEX triplet: 39, 12 and 13. RGB value is (57,18,19). Sum of RGB (Red+Green+Blue) = 57+18+19=94 (12% of max value = 765). Red value is 57 (22.66% from 255 or 60.64% from 94); Green value is 18 (7.42% from 255 or 19.15% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 57 - color contains mainly: red. Hex color #391213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #391213 is #C6EDEC. Grayscale: #1D1D1D. Windows color (decimal): -13037037 or 1249849. OLE color: 1249849.

HSL color Cylindrical-coordinate representation of color #391213: hue angle of 358.46º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #391213 is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 18 19 -
CMYK 0 0.68 0.67 0.78
HSL 358.46º 0.52% 0.15% -
HSV(B) 358.46º 0.68% 0.22% -
XYZ 2.02 1.35 0.77 -
YUV 29.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 57 18 19 0 0.68 0.67 0.78 358.46 0.52 0.15
Hex 39 12 13 0 44 43 4E 166 34 F
Octal 71 22 23 0 104 103 116 546 64 17
Binary 111001 10010 10011 0 1000100 1000011 1001110 101100110 110100 1111

Color Harmonies of #391213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #391213

Black with #391213

Text Example


Text Example

White with #391213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #391213; }

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

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

background-color css

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

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

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

border-color css

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

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

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