Html Css Color HEX #AF3316 Rust

📋 copy color: '#AF3316'

red 175 ◦ green 51 ◦ blue 22

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

Shades of Rust #AF3316

Tints of Rust #AF3316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.56%

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

R = 70.56%
G = 20.56%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF3316 (or 0xAF3316) is known color: Rust. HEX triplet: AF, 33 and 16. RGB value is (175,51,22). Sum of RGB (Red+Green+Blue) = 175+51+22=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 22 (8.98% from 255 or 8.87% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3316 is #50CCE9. Grayscale: #555555. Windows color (decimal): -5295338 or 1455023. OLE color: 1455023.

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

Color convert

RGB 175 51 22 -
CMYK 0 0.71 0.87 0.31
HSL 11.37º 0.78% 0.39% -
HSV(B) 11.37º 0.87% 0.69% -
XYZ 19.01 11.54 1.98 -
YUV 84.77 92.58 192.36 -
System Red Green Blue C M Y K H S L
Decimal 175 51 22 0 0.71 0.87 0.31 11.37 0.78 0.39
Hex AF 33 16 0 47 57 1F B 4E 27
Octal 257 63 26 0 107 127 37 13 116 47
Binary 10101111 110011 10110 0 1000111 1010111 11111 1011 1001110 100111

Color Harmonies of #AF3316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3316

Black with #AF3316

Text Example


Text Example

White with #AF3316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3316; }

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

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

background-color css

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

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

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

border-color css

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

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

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