Html Css Color HEX #461618 Rustic Red

📋 copy color: '#461618'

red 70 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #461618

Tints of Rustic Red #461618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.97%

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

R = 60.34%
G = 18.97%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461618 (or 0x461618) is known color: Rustic Red. HEX triplet: 46, 16 and 18. RGB value is (70,22,24). Sum of RGB (Red+Green+Blue) = 70+22+24=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 22 (8.98% from 255 or 18.97% from 116); Blue value is 24 (9.77% from 255 or 20.69% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #461618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461618 is #B9E9E7. Grayscale: #242424. Windows color (decimal): -12184040 or 1578566. OLE color: 1578566.

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

Color convert

RGB 70 22 24 -
CMYK 0 0.69 0.66 0.73
HSL 357.5º 0.52% 0.18% -
HSV(B) 357.5º 0.69% 0.27% -
XYZ 2.98 1.94 1.08 -
YUV 36.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 70 22 24 0 0.69 0.66 0.73 357.5 0.52 0.18
Hex 46 16 18 0 45 42 49 166 34 12
Octal 106 26 30 0 105 102 111 546 64 22
Binary 1000110 10110 11000 0 1000101 1000010 1001001 101100110 110100 10010

Color Harmonies of #461618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461618

Black with #461618

Text Example


Text Example

White with #461618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461618; }

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

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

background-color css

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

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

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

border-color css

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

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

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