Html Css Color HEX #AF4004 Rust

📋 copy color: '#AF4004'

red 175 ◦ green 64 ◦ blue 4

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

Shades of Rust #AF4004

Tints of Rust #AF4004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.34%

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

R = 72.02%
G = 26.34%
B = 1.65%

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

#AF4004 (or 0xAF4004) is known color: Rust. HEX triplet: AF, 40 and 04. RGB value is (175,64,4). Sum of RGB (Red+Green+Blue) = 175+64+4=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 64 (25.39% from 255 or 26.34% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4004 is #50BFFB. Grayscale: #5A5A5A. Windows color (decimal): -5292028 or 278703. OLE color: 278703.

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

Color convert

RGB 175 64 4 -
CMYK 0 0.63 0.98 0.31
HSL 21.05º 0.96% 0.35% -
HSV(B) 21.05º 0.98% 0.69% -
XYZ 19.53 12.79 1.55 -
YUV 90.35 79.27 188.38 -
System Red Green Blue C M Y K H S L
Decimal 175 64 4 0 0.63 0.98 0.31 21.05 0.96 0.35
Hex AF 40 4 0 3F 62 1F 15 60 23
Octal 257 100 4 0 77 142 37 25 140 43
Binary 10101111 1000000 100 0 111111 1100010 11111 10101 1100000 100011

Color Harmonies of #AF4004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4004

Black with #AF4004

Text Example


Text Example

White with #AF4004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4004; }

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

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

background-color css

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

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

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

border-color css

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

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

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