Html Css Color HEX #460001 Rustic Red

📋 copy color: '#460001'

red 70 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #460001

Tints of Rustic Red #460001

RGB

 RED value IS 70 (27.73% from 255) = 98.59%

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

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

R = 98.59%
G = 0%
B = 1.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#460001 (or 0x460001) is known color: Rustic Red. HEX triplet: 46, 00 and 01. RGB value is (70,0,1). Sum of RGB (Red+Green+Blue) = 70+0+1=71 (9% of max value = 765). Red value is 70 (27.73% from 255 or 98.59% from 71); Green value is 0 (0.39% from 255 or 0% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 70 - color contains mainly: red. Hex color #460001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460001 is #B9FFFE. Grayscale: #151515. Windows color (decimal): -12189695 or 65606. OLE color: 65606.

HSL color Cylindrical-coordinate representation of color #460001: hue angle of 359.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 0 1 -
CMYK 0 1 0.99 0.73
HSL 359.14º 1% 0.14% -
HSV(B) 359.14º 1% 0.27% -
XYZ 2.53 1.3 0.15 -
YUV 21.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 70 0 1 0 1 0.99 0.73 359.14 1 0.14
Hex 46 0 1 0 64 63 49 167 64 E
Octal 106 0 1 0 144 143 111 547 144 16
Binary 1000110 0 1 0 1100100 1100011 1001001 101100111 1100100 1110

Color Harmonies of #460001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460001

Black with #460001

Text Example


Text Example

White with #460001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460001; }

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

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

background-color css

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

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

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

border-color css

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

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

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