Html Css Color HEX #390A10 Rustic Red

📋 copy color: '#390A10'

red 57 ◦ green 10 ◦ blue 16

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

Shades of Rustic Red #390A10

Tints of Rustic Red #390A10

RGB

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

 GREEN value IS 10 (4.3% from 255) = 12.05%

 BLUE value IS 16 (6.64% from 255) = 19.28%

R = 68.67%
G = 12.05%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.78

RGB Variations

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

Color information

#390A10 (or 0x390A10) is known color: Rustic Red. HEX triplet: 39, 0A and 10. RGB value is (57,10,16). Sum of RGB (Red+Green+Blue) = 57+10+16=83 (10% of max value = 765). Red value is 57 (22.66% from 255 or 68.67% from 83); Green value is 10 (4.30% from 255 or 12.05% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 57 - color contains mainly: red. Hex color #390A10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #390A10 is #C6F5EF. Grayscale: #181818. Windows color (decimal): -13039088 or 1051193. OLE color: 1051193.

HSL color Cylindrical-coordinate representation of color #390A10: hue angle of 352.34º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #390A10 is Cyan = 0, Magento = 0.82, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 10 16 -
CMYK 0 0.82 0.72 0.78
HSL 352.34º 0.7% 0.13% -
HSV(B) 352.34º 0.82% 0.22% -
XYZ 1.89 1.12 0.61 -
YUV 24.74 123.07 151.01 -
System Red Green Blue C M Y K H S L
Decimal 57 10 16 0 0.82 0.72 0.78 352.34 0.7 0.13
Hex 39 A 10 0 52 48 4E 160 46 D
Octal 71 12 20 0 122 110 116 540 106 15
Binary 111001 1010 10000 0 1010010 1001000 1001110 101100000 1000110 1101

Color Harmonies of #390A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #390A10

Black with #390A10

Text Example


Text Example

White with #390A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #390A10; }

 p { color: rgb(57,10,16); }

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

background-color css

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

 a { background-color: rgb(57,10,16); }

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

border-color css

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

 span { border-color: rgb(57,10,16); }

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