Html Css Color HEX #471618 Rustic Red

📋 copy color: '#471618'

red 71 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #471618

Tints of Rustic Red #471618

RGB

 RED value IS 71 (28.13% from 255) = 60.68%

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

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

R = 60.68%
G = 18.8%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.72

RGB Variations

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

Color information

#471618 (or 0x471618) is known color: Rustic Red. HEX triplet: 47, 16 and 18. RGB value is (71,22,24). Sum of RGB (Red+Green+Blue) = 71+22+24=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 22 (8.98% from 255 or 18.80% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471618 is #B8E9E7. Grayscale: #242424. Windows color (decimal): -12118504 or 1578567. OLE color: 1578567.

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

Color convert

RGB 71 22 24 -
CMYK 0 0.69 0.66 0.72
HSL 357.55º 0.53% 0.18% -
HSV(B) 357.55º 0.69% 0.28% -
XYZ 3.05 1.98 1.09 -
YUV 36.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 71 22 24 0 0.69 0.66 0.72 357.55 0.53 0.18
Hex 47 16 18 0 45 42 48 166 35 12
Octal 107 26 30 0 105 102 110 546 65 22
Binary 1000111 10110 11000 0 1000101 1000010 1001000 101100110 110101 10010

Color Harmonies of #471618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471618

Black with #471618

Text Example


Text Example

White with #471618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471618; }

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

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

background-color css

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

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

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

border-color css

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

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

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