Html Css Color HEX #AF4514 Rust

📋 copy color: '#AF4514'

red 175 ◦ green 69 ◦ blue 20

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

Shades of Rust #AF4514

Tints of Rust #AF4514

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.14%

 BLUE value IS 20 (8.2% from 255) = 7.58%

R = 66.29%
G = 26.14%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4514 (or 0xAF4514) is known color: Rust. HEX triplet: AF, 45 and 14. RGB value is (175,69,20). Sum of RGB (Red+Green+Blue) = 175+69+20=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 69 (27.34% from 255 or 26.14% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4514 is #50BAEB. Grayscale: #5F5F5F. Windows color (decimal): -5290732 or 1328559. OLE color: 1328559.

HSL color Cylindrical-coordinate representation of color #AF4514: hue angle of 18.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF4514 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 20 -
CMYK 0 0.61 0.89 0.31
HSL 18.97º 0.79% 0.38% -
HSV(B) 18.97º 0.89% 0.69% -
XYZ 19.93 13.42 2.2 -
YUV 95.11 85.62 184.98 -
System Red Green Blue C M Y K H S L
Decimal 175 69 20 0 0.61 0.89 0.31 18.97 0.79 0.38
Hex AF 45 14 0 3D 59 1F 13 4F 26
Octal 257 105 24 0 75 131 37 23 117 46
Binary 10101111 1000101 10100 0 111101 1011001 11111 10011 1001111 100110

Color Harmonies of #AF4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4514

Black with #AF4514

Text Example


Text Example

White with #AF4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4514; }

 p { color: rgb(175,69,20); }

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

background-color css

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

 a { background-color: rgb(175,69,20); }

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

border-color css

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

 span { border-color: rgb(175,69,20); }

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