Html Css Color HEX #460D17 Rustic Red

📋 copy color: '#460D17'

red 70 ◦ green 13 ◦ blue 23

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

Shades of Rustic Red #460D17

Tints of Rustic Red #460D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 12.26%

 BLUE value IS 23 (9.38% from 255) = 21.7%

R = 66.04%
G = 12.26%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.73

RGB Variations

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

Color information

#460D17 (or 0x460D17) is known color: Rustic Red. HEX triplet: 46, 0D and 17. RGB value is (70,13,23). Sum of RGB (Red+Green+Blue) = 70+13+23=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #460D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D17 is #B9F2E8. Grayscale: #1F1F1F. Windows color (decimal): -12186345 or 1510726. OLE color: 1510726.

HSL color Cylindrical-coordinate representation of color #460D17: hue angle of 349.47º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #460D17 is Cyan = 0, Magento = 0.81, Yellow = 0.67 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 13 23 -
CMYK 0 0.81 0.67 0.73
HSL 349.47º 0.69% 0.16% -
HSV(B) 349.47º 0.81% 0.27% -
XYZ 2.82 1.65 0.98 -
YUV 31.18 123.38 155.69 -
System Red Green Blue C M Y K H S L
Decimal 70 13 23 0 0.81 0.67 0.73 349.47 0.69 0.16
Hex 46 D 17 0 51 43 49 15D 45 10
Octal 106 15 27 0 121 103 111 535 105 20
Binary 1000110 1101 10111 0 1010001 1000011 1001001 101011101 1000101 10000

Color Harmonies of #460D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D17

Black with #460D17

Text Example


Text Example

White with #460D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #460D17; }

 p { color: rgb(70,13,23); }

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

background-color css

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

 a { background-color: rgb(70,13,23); }

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

border-color css

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

 span { border-color: rgb(70,13,23); }

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