Html Css Color HEX #461718 Rustic Red

📋 copy color: '#461718'

red 70 ◦ green 23 ◦ blue 24

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

Shades of Rustic Red #461718

Tints of Rustic Red #461718

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.66%

 BLUE value IS 24 (9.77% from 255) = 20.51%

R = 59.83%
G = 19.66%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461718 (or 0x461718) is known color: Rustic Red. HEX triplet: 46, 17 and 18. RGB value is (70,23,24). Sum of RGB (Red+Green+Blue) = 70+23+24=117 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.83% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 70 - color contains mainly: red. Hex color #461718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461718 is #B9E8E7. Grayscale: #252525. Windows color (decimal): -12183784 or 1578822. OLE color: 1578822.

HSL color Cylindrical-coordinate representation of color #461718: hue angle of 358.72º degrees, saturation: 0.51, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461718 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 24 -
CMYK 0 0.67 0.66 0.73
HSL 358.72º 0.51% 0.18% -
HSV(B) 358.72º 0.67% 0.27% -
XYZ 3 1.98 1.09 -
YUV 37.17 120.57 151.42 -
System Red Green Blue C M Y K H S L
Decimal 70 23 24 0 0.67 0.66 0.73 358.72 0.51 0.18
Hex 46 17 18 0 43 42 49 167 33 12
Octal 106 27 30 0 103 102 111 547 63 22
Binary 1000110 10111 11000 0 1000011 1000010 1001001 101100111 110011 10010

Color Harmonies of #461718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461718

Black with #461718

Text Example


Text Example

White with #461718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461718; }

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

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

background-color css

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

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

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

border-color css

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

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

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