Html Css Color HEX #AF3016 Rust

📋 copy color: '#AF3016'

red 175 ◦ green 48 ◦ blue 22

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

Shades of Rust #AF3016

Tints of Rust #AF3016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 71.43%
G = 19.59%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3016 (or 0xAF3016) is known color: Rust. HEX triplet: AF, 30 and 16. RGB value is (175,48,22). Sum of RGB (Red+Green+Blue) = 175+48+22=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3016 is #50CFE9. Grayscale: #535353. Windows color (decimal): -5296106 or 1454255. OLE color: 1454255.

HSL color Cylindrical-coordinate representation of color #AF3016: hue angle of 10.2º 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 #AF3016 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 48 22 -
CMYK 0 0.73 0.87 0.31
HSL 10.2º 0.78% 0.39% -
HSV(B) 10.2º 0.87% 0.69% -
XYZ 18.88 11.29 1.94 -
YUV 83.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 175 48 22 0 0.73 0.87 0.31 10.2 0.78 0.39
Hex AF 30 16 0 49 57 1F A 4E 27
Octal 257 60 26 0 111 127 37 12 116 47
Binary 10101111 110000 10110 0 1001001 1010111 11111 1010 1001110 100111

Color Harmonies of #AF3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3016

Black with #AF3016

Text Example


Text Example

White with #AF3016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3016; }

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

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

background-color css

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

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

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

border-color css

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

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

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