Html Css Color HEX #460005 Rustic Red

📋 copy color: '#460005'

red 70 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #460005

Tints of Rustic Red #460005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.67%

R = 93.33%
G = 0%
B = 6.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#460005 (or 0x460005) is known color: Rustic Red. HEX triplet: 46, 00 and 05. RGB value is (70,0,5). Sum of RGB (Red+Green+Blue) = 70+0+5=75 (9% of max value = 765). Red value is 70 (27.73% from 255 or 93.33% from 75); Green value is 0 (0.39% from 255 or 0% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 70 - color contains mainly: red. Hex color #460005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460005 is #B9FFFA. Grayscale: #151515. Windows color (decimal): -12189691 or 327750. OLE color: 327750.

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

Color convert

RGB 70 0 5 -
CMYK 0 1 0.93 0.73
HSL 355.71º 1% 0.14% -
HSV(B) 355.71º 1% 0.27% -
XYZ 2.55 1.31 0.26 -
YUV 21.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 70 0 5 0 1 0.93 0.73 355.71 1 0.14
Hex 46 0 5 0 64 5D 49 164 64 E
Octal 106 0 5 0 144 135 111 544 144 16
Binary 1000110 0 101 0 1100100 1011101 1001001 101100100 1100100 1110

Color Harmonies of #460005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460005

Black with #460005

Text Example


Text Example

White with #460005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460005; }

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

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

background-color css

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

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

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

border-color css

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

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

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