Html Css Color HEX #AF4B16 Rust

📋 copy color: '#AF4B16'

red 175 ◦ green 75 ◦ blue 22

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

Shades of Rust #AF4B16

Tints of Rust #AF4B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.57%

 BLUE value IS 22 (8.98% from 255) = 8.09%

R = 64.34%
G = 27.57%
B = 8.09%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF4B16 (or 0xAF4B16) is known color: Rust. HEX triplet: AF, 4B and 16. RGB value is (175,75,22). Sum of RGB (Red+Green+Blue) = 175+75+22=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4B16 is #50B4E9. Grayscale: #636363. Windows color (decimal): -5289194 or 1461167. OLE color: 1461167.

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

Color convert

RGB 175 75 22 -
CMYK 0 0.57 0.87 0.31
HSL 20.78º 0.78% 0.39% -
HSV(B) 20.78º 0.87% 0.69% -
XYZ 20.34 14.2 2.43 -
YUV 98.86 84.63 182.31 -
System Red Green Blue C M Y K H S L
Decimal 175 75 22 0 0.57 0.87 0.31 20.78 0.78 0.39
Hex AF 4B 16 0 39 57 1F 15 4E 27
Octal 257 113 26 0 71 127 37 25 116 47
Binary 10101111 1001011 10110 0 111001 1010111 11111 10101 1001110 100111

Color Harmonies of #AF4B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4B16

Black with #AF4B16

Text Example


Text Example

White with #AF4B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4B16; }

 p { color: rgb(175,75,22); }

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

background-color css

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

 a { background-color: rgb(175,75,22); }

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

border-color css

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

 span { border-color: rgb(175,75,22); }

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