Html Css Color HEX #310001 Rustic Red

📋 copy color: '#310001'

red 49 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #310001

Tints of Rustic Red #310001

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 2%

R = 98%
G = 0%
B = 2%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.81

RGB Variations

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

Color information

#310001 (or 0x310001) is known color: Rustic Red. HEX triplet: 31, 00 and 01. RGB value is (49,0,1). Sum of RGB (Red+Green+Blue) = 49+0+1=50 (6% of max value = 765). Red value is 49 (19.53% from 255 or 98% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 49 - color contains mainly: red. Hex color #310001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #310001 is #CEFFFE. Grayscale: #0E0E0E. Windows color (decimal): -13565951 or 65585. OLE color: 65585.

HSL color Cylindrical-coordinate representation of color #310001: hue angle of 358.78º 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 #310001 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 0 1 -
CMYK 0 1 0.98 0.81
HSL 358.78º 1% 0.1% -
HSV(B) 358.78º 1% 0.19% -
XYZ 1.27 0.66 0.09 -
YUV 14.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 49 0 1 0 1 0.98 0.81 358.78 1 0.1
Hex 31 0 1 0 64 62 51 167 64 A
Octal 61 0 1 0 144 142 121 547 144 12
Binary 110001 0 1 0 1100100 1100010 1010001 101100111 1100100 1010

Color Harmonies of #310001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #310001

Black with #310001

Text Example


Text Example

White with #310001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #310001; }

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

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

background-color css

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

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

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

border-color css

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

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

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