Html Css Color HEX #AF510F Rust

📋 copy color: '#AF510F'

red 175 ◦ green 81 ◦ blue 15

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

Shades of Rust #AF510F

Tints of Rust #AF510F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 64.58%
G = 29.89%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF510F (or 0xAF510F) is known color: Rust. HEX triplet: AF, 51 and 0F. RGB value is (175,81,15). Sum of RGB (Red+Green+Blue) = 175+81+15=271 (35% of max value = 765). Red value is 175 (68.75% from 255 or 64.58% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 175 - color contains mainly: red. Hex color #AF510F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF510F is #50AEF0. Grayscale: #656565. Windows color (decimal): -5287665 or 1003951. OLE color: 1003951.

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

Color convert

RGB 175 81 15 -
CMYK 0 0.54 0.91 0.31
HSL 24.75º 0.84% 0.37% -
HSV(B) 24.75º 0.91% 0.69% -
XYZ 20.71 15.03 2.26 -
YUV 101.58 79.14 180.37 -
System Red Green Blue C M Y K H S L
Decimal 175 81 15 0 0.54 0.91 0.31 24.75 0.84 0.37
Hex AF 51 F 0 36 5B 1F 19 54 25
Octal 257 121 17 0 66 133 37 31 124 45
Binary 10101111 1010001 1111 0 110110 1011011 11111 11001 1010100 100101

Color Harmonies of #AF510F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF510F

Black with #AF510F

Text Example


Text Example

White with #AF510F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF510F; }

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

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

background-color css

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

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

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

border-color css

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

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

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