Html Css Color HEX #AF4D18 Rust

📋 copy color: '#AF4D18'

red 175 ◦ green 77 ◦ blue 24

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

Shades of Rust #AF4D18

Tints of Rust #AF4D18

RGB

 RED value IS 175 (68.75% from 255) = 63.41%

 GREEN value IS 77 (30.47% from 255) = 27.9%

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

R = 63.41%
G = 27.9%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF4D18 (or 0xAF4D18) is known color: Rust. HEX triplet: AF, 4D and 18. RGB value is (175,77,24). Sum of RGB (Red+Green+Blue) = 175+77+24=276 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.41% from 276); Green value is 77 (30.47% from 255 or 27.90% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D18 is #50B2E7. Grayscale: #646464. Windows color (decimal): -5288680 or 1592751. OLE color: 1592751.

HSL color Cylindrical-coordinate representation of color #AF4D18: hue angle of 21.06º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF4D18 is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 77 24 -
CMYK 0 0.56 0.86 0.31
HSL 21.06º 0.76% 0.39% -
HSV(B) 21.06º 0.86% 0.69% -
XYZ 20.5 14.49 2.58 -
YUV 100.26 84.97 181.31 -
System Red Green Blue C M Y K H S L
Decimal 175 77 24 0 0.56 0.86 0.31 21.06 0.76 0.39
Hex AF 4D 18 0 38 56 1F 15 4C 27
Octal 257 115 30 0 70 126 37 25 114 47
Binary 10101111 1001101 11000 0 111000 1010110 11111 10101 1001100 100111

Color Harmonies of #AF4D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D18

Black with #AF4D18

Text Example


Text Example

White with #AF4D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D18; }

 p { color: rgb(175,77,24); }

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

background-color css

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

 a { background-color: rgb(175,77,24); }

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

border-color css

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

 span { border-color: rgb(175,77,24); }

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