Html Css Color HEX #31010F Rustic Red

📋 copy color: '#31010F'

red 49 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #31010F

Tints of Rustic Red #31010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.54%

 BLUE value IS 15 (6.25% from 255) = 23.08%

R = 75.38%
G = 1.54%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#31010F (or 0x31010F) is known color: Rustic Red. HEX triplet: 31, 01 and 0F. RGB value is (49,1,15). Sum of RGB (Red+Green+Blue) = 49+1+15=65 (8% of max value = 765). Red value is 49 (19.53% from 255 or 75.38% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 49 - color contains mainly: red. Hex color #31010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31010F is #CEFEF0. Grayscale: #101010. Windows color (decimal): -13565681 or 983345. OLE color: 983345.

HSL color Cylindrical-coordinate representation of color #31010F: hue angle of 342.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #31010F is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 1 15 -
CMYK 0 0.98 0.69 0.81
HSL 342.5º 0.96% 0.1% -
HSV(B) 342.5º 0.98% 0.19% -
XYZ 1.36 0.71 0.52 -
YUV 16.95 126.9 150.86 -
System Red Green Blue C M Y K H S L
Decimal 49 1 15 0 0.98 0.69 0.81 342.5 0.96 0.1
Hex 31 1 F 0 62 45 51 156 60 A
Octal 61 1 17 0 142 105 121 526 140 12
Binary 110001 1 1111 0 1100010 1000101 1010001 101010110 1100000 1010

Color Harmonies of #31010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31010F

Black with #31010F

Text Example


Text Example

White with #31010F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31010F; }

 p { color: rgb(49,1,15); }

 H1.HeaderClassName
 {
   color: #31010F;
 }
 .AnyTagClassName
 {
   color: #31010F;
 }
</style>

background-color css

<style>
 a { background-color: #31010F; }

 a { background-color: rgb(49,1,15); }

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

border-color css

<style>
 span { border-color: #31010F; }

 span { border-color: rgb(49,1,15); }

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