Html Css Color HEX #31020D Rustic Red

📋 copy color: '#31020D'

red 49 ◦ green 2 ◦ blue 13

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

Shades of Rustic Red #31020D

Tints of Rustic Red #31020D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.13%

 BLUE value IS 13 (5.47% from 255) = 20.31%

R = 76.56%
G = 3.13%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.73

 K value IS 0.81

RGB Variations

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

Color information

#31020D (or 0x31020D) is known color: Rustic Red. HEX triplet: 31, 02 and 0D. RGB value is (49,2,13). Sum of RGB (Red+Green+Blue) = 49+2+13=64 (8% of max value = 765). Red value is 49 (19.53% from 255 or 76.56% from 64); Green value is 2 (1.17% from 255 or 3.12% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 49 - color contains mainly: red. Hex color #31020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31020D is #CEFDF2. Grayscale: #111111. Windows color (decimal): -13565427 or 852529. OLE color: 852529.

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

Color convert

RGB 49 2 13 -
CMYK 0 0.96 0.73 0.81
HSL 345.96º 0.92% 0.1% -
HSV(B) 345.96º 0.96% 0.19% -
XYZ 1.36 0.73 0.45 -
YUV 17.31 125.57 150.61 -
System Red Green Blue C M Y K H S L
Decimal 49 2 13 0 0.96 0.73 0.81 345.96 0.92 0.1
Hex 31 2 D 0 60 49 51 15A 5C A
Octal 61 2 15 0 140 111 121 532 134 12
Binary 110001 10 1101 0 1100000 1001001 1010001 101011010 1011100 1010

Color Harmonies of #31020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31020D

Black with #31020D

Text Example


Text Example

White with #31020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31020D; }

 p { color: rgb(49,2,13); }

 H1.HeaderClassName
 {
   color: #31020D;
 }
 .AnyTagClassName
 {
   color: #31020D;
 }
</style>

background-color css

<style>
 a { background-color: #31020D; }

 a { background-color: rgb(49,2,13); }

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

border-color css

<style>
 span { border-color: #31020D; }

 span { border-color: rgb(49,2,13); }

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