Html Css Color HEX #31000E Rustic Red

📋 copy color: '#31000E'

red 49 ◦ green 0 ◦ blue 14

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

Shades of Rustic Red #31000E

Tints of Rustic Red #31000E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 14 (5.86% from 255) = 22.22%

R = 77.78%
G = 0%
B = 22.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.81

RGB Variations

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

Color information

#31000E (or 0x31000E) is known color: Rustic Red. HEX triplet: 31, 00 and 0E. RGB value is (49,0,14). Sum of RGB (Red+Green+Blue) = 49+0+14=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 14 (5.86% from 255 or 22.22% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #31000E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31000E is #CEFFF1. Grayscale: #101010. Windows color (decimal): -13565938 or 917553. OLE color: 917553.

HSL color Cylindrical-coordinate representation of color #31000E: hue angle of 342.86º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #31000E is Cyan = 0, Magento = 1, Yellow = 0.71 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 0 14 -
CMYK 0 1 0.71 0.81
HSL 342.86º 1% 0.1% -
HSV(B) 342.86º 1% 0.19% -
XYZ 1.35 0.68 0.48 -
YUV 16.25 126.73 151.36 -
System Red Green Blue C M Y K H S L
Decimal 49 0 14 0 1 0.71 0.81 342.86 1 0.1
Hex 31 0 E 0 64 47 51 157 64 A
Octal 61 0 16 0 144 107 121 527 144 12
Binary 110001 0 1110 0 1100100 1000111 1010001 101010111 1100100 1010

Color Harmonies of #31000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31000E

Black with #31000E

Text Example


Text Example

White with #31000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31000E; }

 p { color: rgb(49,0,14); }

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

background-color css

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

 a { background-color: rgb(49,0,14); }

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

border-color css

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

 span { border-color: rgb(49,0,14); }

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