Html Css Color HEX #AF4104 Rust

📋 copy color: '#AF4104'

red 175 ◦ green 65 ◦ blue 4

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

Shades of Rust #AF4104

Tints of Rust #AF4104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 71.72%
G = 26.64%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4104 (or 0xAF4104) is known color: Rust. HEX triplet: AF, 41 and 04. RGB value is (175,65,4). Sum of RGB (Red+Green+Blue) = 175+65+4=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 65 (25.78% from 255 or 26.64% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4104 is #50BEFB. Grayscale: #5B5B5B. Windows color (decimal): -5291772 or 278959. OLE color: 278959.

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

Color convert

RGB 175 65 4 -
CMYK 0 0.63 0.98 0.31
HSL 21.4º 0.96% 0.35% -
HSV(B) 21.4º 0.98% 0.69% -
XYZ 19.59 12.9 1.57 -
YUV 90.94 78.94 187.96 -
System Red Green Blue C M Y K H S L
Decimal 175 65 4 0 0.63 0.98 0.31 21.4 0.96 0.35
Hex AF 41 4 0 3F 62 1F 15 60 23
Octal 257 101 4 0 77 142 37 25 140 43
Binary 10101111 1000001 100 0 111111 1100010 11111 10101 1100000 100011

Color Harmonies of #AF4104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4104

Black with #AF4104

Text Example


Text Example

White with #AF4104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4104; }

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

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

background-color css

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

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

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

border-color css

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

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

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