Html Css Color HEX #AF4C0F Rust

📋 copy color: '#AF4C0F'

red 175 ◦ green 76 ◦ blue 15

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

Shades of Rust #AF4C0F

Tints of Rust #AF4C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 65.79%
G = 28.57%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF4C0F (or 0xAF4C0F) is known color: Rust. HEX triplet: AF, 4C and 0F. RGB value is (175,76,15). Sum of RGB (Red+Green+Blue) = 175+76+15=266 (35% of max value = 765). Red value is 175 (68.75% from 255 or 65.79% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4C0F is #50B3F0. Grayscale: #626262. Windows color (decimal): -5288945 or 1002671. OLE color: 1002671.

HSL color Cylindrical-coordinate representation of color #AF4C0F: hue angle of 22.88º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF4C0F is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 76 15 -
CMYK 0 0.57 0.91 0.31
HSL 22.88º 0.84% 0.37% -
HSV(B) 22.88º 0.91% 0.69% -
XYZ 20.35 14.32 2.14 -
YUV 98.65 80.8 182.46 -
System Red Green Blue C M Y K H S L
Decimal 175 76 15 0 0.57 0.91 0.31 22.88 0.84 0.37
Hex AF 4C F 0 39 5B 1F 17 54 25
Octal 257 114 17 0 71 133 37 27 124 45
Binary 10101111 1001100 1111 0 111001 1011011 11111 10111 1010100 100101

Color Harmonies of #AF4C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4C0F

Black with #AF4C0F

Text Example


Text Example

White with #AF4C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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