Html Css Color HEX #AF4C04 Rust

📋 copy color: '#AF4C04'

red 175 ◦ green 76 ◦ blue 4

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

Shades of Rust #AF4C04

Tints of Rust #AF4C04

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.8%

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

R = 68.63%
G = 29.8%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF4C04 (or 0xAF4C04) is known color: Rust. HEX triplet: AF, 4C and 04. RGB value is (175,76,4). Sum of RGB (Red+Green+Blue) = 175+76+4=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 4 (1.95% from 255 or 1.57% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C04 is #50B3FB. Grayscale: #616161. Windows color (decimal): -5288956 or 281775. OLE color: 281775.

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

Color convert

RGB 175 76 4 -
CMYK 0 0.57 0.98 0.31
HSL 25.26º 0.96% 0.35% -
HSV(B) 25.26º 0.98% 0.69% -
XYZ 20.29 14.29 1.8 -
YUV 97.39 75.3 183.35 -
System Red Green Blue C M Y K H S L
Decimal 175 76 4 0 0.57 0.98 0.31 25.26 0.96 0.35
Hex AF 4C 4 0 39 62 1F 19 60 23
Octal 257 114 4 0 71 142 37 31 140 43
Binary 10101111 1001100 100 0 111001 1100010 11111 11001 1100000 100011

Color Harmonies of #AF4C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C04

Black with #AF4C04

Text Example


Text Example

White with #AF4C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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