Html Css Color HEX #AF4404 Rust

📋 copy color: '#AF4404'

red 175 ◦ green 68 ◦ blue 4

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

Shades of Rust #AF4404

Tints of Rust #AF4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 70.85%
G = 27.53%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4404 (or 0xAF4404) is known color: Rust. HEX triplet: AF, 44 and 04. RGB value is (175,68,4). Sum of RGB (Red+Green+Blue) = 175+68+4=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 4 (1.95% from 255 or 1.62% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4404 is #50BBFB. Grayscale: #5D5D5D. Windows color (decimal): -5291004 or 279727. OLE color: 279727.

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

Color convert

RGB 175 68 4 -
CMYK 0 0.61 0.98 0.31
HSL 22.46º 0.96% 0.35% -
HSV(B) 22.46º 0.98% 0.69% -
XYZ 19.77 13.26 1.63 -
YUV 92.7 77.95 186.7 -
System Red Green Blue C M Y K H S L
Decimal 175 68 4 0 0.61 0.98 0.31 22.46 0.96 0.35
Hex AF 44 4 0 3D 62 1F 16 60 23
Octal 257 104 4 0 75 142 37 26 140 43
Binary 10101111 1000100 100 0 111101 1100010 11111 10110 1100000 100011

Color Harmonies of #AF4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4404

Black with #AF4404

Text Example


Text Example

White with #AF4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4404; }

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

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

background-color css

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

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

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

border-color css

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

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

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