Html Css Color HEX #AF4109 Rust

📋 copy color: '#AF4109'

red 175 ◦ green 65 ◦ blue 9

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

Shades of Rust #AF4109

Tints of Rust #AF4109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.1%

 BLUE value IS 9 (3.91% from 255) = 3.61%

R = 70.28%
G = 26.1%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4109 (or 0xAF4109) is known color: Rust. HEX triplet: AF, 41 and 09. RGB value is (175,65,9). Sum of RGB (Red+Green+Blue) = 175+65+9=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4109 is #50BEF6. Grayscale: #5B5B5B. Windows color (decimal): -5291767 or 606639. OLE color: 606639.

HSL color Cylindrical-coordinate representation of color #AF4109: hue angle of 20.24º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF4109 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 65 9 -
CMYK 0 0.63 0.95 0.31
HSL 20.24º 0.9% 0.36% -
HSV(B) 20.24º 0.95% 0.69% -
XYZ 19.62 12.91 1.72 -
YUV 91.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 175 65 9 0 0.63 0.95 0.31 20.24 0.9 0.36
Hex AF 41 9 0 3F 5F 1F 14 5A 24
Octal 257 101 11 0 77 137 37 24 132 44
Binary 10101111 1000001 1001 0 111111 1011111 11111 10100 1011010 100100

Color Harmonies of #AF4109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4109

Black with #AF4109

Text Example


Text Example

White with #AF4109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4109; }

 p { color: rgb(175,65,9); }

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

background-color css

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

 a { background-color: rgb(175,65,9); }

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

border-color css

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

 span { border-color: rgb(175,65,9); }

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