Html Css Color HEX #310A12 Rustic Red

📋 copy color: '#310A12'

red 49 ◦ green 10 ◦ blue 18

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

Shades of Rustic Red #310A12

Tints of Rustic Red #310A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 23.38%

R = 63.64%
G = 12.99%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.81

RGB Variations

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

Color information

#310A12 (or 0x310A12) is known color: Rustic Red. HEX triplet: 31, 0A and 12. RGB value is (49,10,18). Sum of RGB (Red+Green+Blue) = 49+10+18=77 (10% of max value = 765). Red value is 49 (19.53% from 255 or 63.64% from 77); Green value is 10 (4.30% from 255 or 12.99% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 49 - color contains mainly: red. Hex color #310A12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310A12 is #CEF5ED. Grayscale: #161616. Windows color (decimal): -13563374 or 1182257. OLE color: 1182257.

HSL color Cylindrical-coordinate representation of color #310A12: hue angle of 347.69º 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 #310A12 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 10 18 -
CMYK 0 0.80 0.63 0.81
HSL 347.69º 0.66% 0.12% -
HSV(B) 347.69º 0.8% 0.19% -
XYZ 1.48 0.91 0.67 -
YUV 22.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 49 10 18 0 0.80 0.63 0.81 347.69 0.66 0.12
Hex 31 A 12 0 50 3F 51 15C 42 C
Octal 61 12 22 0 120 77 121 534 102 14
Binary 110001 1010 10010 0 1010000 111111 1010001 101011100 1000010 1100

Color Harmonies of #310A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310A12

Black with #310A12

Text Example


Text Example

White with #310A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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