Html Css Color HEX #460D18 Rustic Red

📋 copy color: '#460D18'

red 70 ◦ green 13 ◦ blue 24

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

Shades of Rustic Red #460D18

Tints of Rustic Red #460D18

RGB

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

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

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

R = 65.42%
G = 12.15%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#460D18 (or 0x460D18) is known color: Rustic Red. HEX triplet: 46, 0D and 18. RGB value is (70,13,24). Sum of RGB (Red+Green+Blue) = 70+13+24=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 13 (5.47% from 255 or 12.15% from 107); Blue value is 24 (9.77% from 255 or 22.43% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #460D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460D18 is #B9F2E7. Grayscale: #1F1F1F. Windows color (decimal): -12186344 or 1576262. OLE color: 1576262.

HSL color Cylindrical-coordinate representation of color #460D18: hue angle of 348.42º 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 #460D18 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 13 24 -
CMYK 0 0.81 0.66 0.73
HSL 348.42º 0.69% 0.16% -
HSV(B) 348.42º 0.81% 0.27% -
XYZ 2.83 1.66 1.03 -
YUV 31.3 123.88 155.61 -
System Red Green Blue C M Y K H S L
Decimal 70 13 24 0 0.81 0.66 0.73 348.42 0.69 0.16
Hex 46 D 18 0 51 42 49 15C 45 10
Octal 106 15 30 0 121 102 111 534 105 20
Binary 1000110 1101 11000 0 1010001 1000010 1001001 101011100 1000101 10000

Color Harmonies of #460D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #460D18

Black with #460D18

Text Example


Text Example

White with #460D18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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