Html Css Color HEX #AF4D04 Rust

📋 copy color: '#AF4D04'

red 175 ◦ green 77 ◦ blue 4

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

Shades of Rust #AF4D04

Tints of Rust #AF4D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

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

R = 68.36%
G = 30.08%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4D04 (or 0xAF4D04) is known color: Rust. HEX triplet: AF, 4D and 04. RGB value is (175,77,4). Sum of RGB (Red+Green+Blue) = 175+77+4=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4D04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF4D04 is #50B2FB. Grayscale: #626262. Windows color (decimal): -5288700 or 282031. OLE color: 282031.

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

Color convert

RGB 175 77 4 -
CMYK 0 0.56 0.98 0.31
HSL 25.61º 0.96% 0.35% -
HSV(B) 25.61º 0.98% 0.69% -
XYZ 20.35 14.43 1.83 -
YUV 97.98 74.97 182.94 -
System Red Green Blue C M Y K H S L
Decimal 175 77 4 0 0.56 0.98 0.31 25.61 0.96 0.35
Hex AF 4D 4 0 38 62 1F 1A 60 23
Octal 257 115 4 0 70 142 37 32 140 43
Binary 10101111 1001101 100 0 111000 1100010 11111 11010 1100000 100011

Color Harmonies of #AF4D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4D04

Black with #AF4D04

Text Example


Text Example

White with #AF4D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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