Html Css Color HEX #310A17 Rustic Red

📋 copy color: '#310A17'

red 49 ◦ green 10 ◦ blue 23

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

Shades of Rustic Red #310A17

Tints of Rustic Red #310A17

RGB

 RED value IS 49 (19.53% from 255) = 59.76%

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

 BLUE value IS 23 (9.38% from 255) = 28.05%

R = 59.76%
G = 12.2%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#310A17 (or 0x310A17) is known color: Rustic Red. HEX triplet: 31, 0A and 17. RGB value is (49,10,23). Sum of RGB (Red+Green+Blue) = 49+10+23=82 (10% of max value = 765). Red value is 49 (19.53% from 255 or 59.76% from 82); Green value is 10 (4.30% from 255 or 12.20% from 82); Blue value is 23 (9.38% from 255 or 28.05% from 82); Max value from RGB is 49 - color contains mainly: red. Hex color #310A17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A17 is #CEF5E8. Grayscale: #171717. Windows color (decimal): -13563369 or 1509937. OLE color: 1509937.

HSL color Cylindrical-coordinate representation of color #310A17: hue angle of 340º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #310A17 is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 10 23 -
CMYK 0 0.80 0.53 0.81
HSL 340º 0.66% 0.12% -
HSV(B) 340º 0.8% 0.19% -
XYZ 1.53 0.93 0.91 -
YUV 23.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 49 10 23 0 0.80 0.53 0.81 340 0.66 0.12
Hex 31 A 17 0 50 35 51 154 42 C
Octal 61 12 27 0 120 65 121 524 102 14
Binary 110001 1010 10111 0 1010000 110101 1010001 101010100 1000010 1100

Color Harmonies of #310A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A17

Black with #310A17

Text Example


Text Example

White with #310A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310A17; }

 p { color: rgb(49,10,23); }

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

background-color css

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

 a { background-color: rgb(49,10,23); }

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

border-color css

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

 span { border-color: rgb(49,10,23); }

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