Html Css Color HEX #460413 Rustic Red

📋 copy color: '#460413'

red 70 ◦ green 4 ◦ blue 19

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

Shades of Rustic Red #460413

Tints of Rustic Red #460413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

 BLUE value IS 19 (7.81% from 255) = 20.43%

R = 75.27%
G = 4.3%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#460413 (or 0x460413) is known color: Rustic Red. HEX triplet: 46, 04 and 13. RGB value is (70,4,19). Sum of RGB (Red+Green+Blue) = 70+4+19=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #460413 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460413 is #B9FBEC. Grayscale: #191919. Windows color (decimal): -12188653 or 1246278. OLE color: 1246278.

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

Color convert

RGB 70 4 19 -
CMYK 0 0.94 0.73 0.73
HSL 346.36º 0.89% 0.15% -
HSV(B) 346.36º 0.94% 0.27% -
XYZ 2.69 1.44 0.75 -
YUV 25.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 70 4 19 0 0.94 0.73 0.73 346.36 0.89 0.15
Hex 46 4 13 0 5E 49 49 15A 59 F
Octal 106 4 23 0 136 111 111 532 131 17
Binary 1000110 100 10011 0 1011110 1001001 1001001 101011010 1011001 1111

Color Harmonies of #460413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460413

Black with #460413

Text Example


Text Example

White with #460413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460413; }

 p { color: rgb(70,4,19); }

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

background-color css

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

 a { background-color: rgb(70,4,19); }

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

border-color css

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

 span { border-color: rgb(70,4,19); }

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