Html Css Color HEX #31070A Rustic Red

📋 copy color: '#31070A'

red 49 ◦ green 7 ◦ blue 10

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

Shades of Rustic Red #31070A

Tints of Rustic Red #31070A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.61%

 BLUE value IS 10 (4.3% from 255) = 15.15%

R = 74.24%
G = 10.61%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.81

RGB Variations

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

Color information

#31070A (or 0x31070A) is known color: Rustic Red. HEX triplet: 31, 07 and 0A. RGB value is (49,7,10). Sum of RGB (Red+Green+Blue) = 49+7+10=66 (8% of max value = 765). Red value is 49 (19.53% from 255 or 74.24% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 49 - color contains mainly: red. Hex color #31070A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31070A is #CEF8F5. Grayscale: #131313. Windows color (decimal): -13564150 or 657201. OLE color: 657201.

HSL color Cylindrical-coordinate representation of color #31070A: hue angle of 355.71º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31070A is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 7 10 -
CMYK 0 0.86 0.80 0.81
HSL 355.71º 0.75% 0.11% -
HSV(B) 355.71º 0.86% 0.19% -
XYZ 1.4 0.83 0.37 -
YUV 19.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 49 7 10 0 0.86 0.80 0.81 355.71 0.75 0.11
Hex 31 7 A 0 56 50 51 164 4B B
Octal 61 7 12 0 126 120 121 544 113 13
Binary 110001 111 1010 0 1010110 1010000 1010001 101100100 1001011 1011

Color Harmonies of #31070A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31070A

Black with #31070A

Text Example


Text Example

White with #31070A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31070A; }

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

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

background-color css

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

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

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

border-color css

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

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

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