Html Css Color HEX #AF4501 Rust

📋 copy color: '#AF4501'

red 175 ◦ green 69 ◦ blue 1

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

Shades of Rust #AF4501

Tints of Rust #AF4501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 71.43%
G = 28.16%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF4501 (or 0xAF4501) is known color: Rust. HEX triplet: AF, 45 and 01. RGB value is (175,69,1). Sum of RGB (Red+Green+Blue) = 175+69+1=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 1 (0.78% from 255 or 0.41% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4501 is #50BAFE. Grayscale: #5D5D5D. Windows color (decimal): -5290751 or 83375. OLE color: 83375.

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

Color convert

RGB 175 69 1 -
CMYK 0 0.61 0.99 0.31
HSL 23.45º 0.99% 0.35% -
HSV(B) 23.45º 0.99% 0.69% -
XYZ 19.81 13.37 1.57 -
YUV 92.94 76.12 186.53 -
System Red Green Blue C M Y K H S L
Decimal 175 69 1 0 0.61 0.99 0.31 23.45 0.99 0.35
Hex AF 45 1 0 3D 63 1F 17 63 23
Octal 257 105 1 0 75 143 37 27 143 43
Binary 10101111 1000101 1 0 111101 1100011 11111 10111 1100011 100011

Color Harmonies of #AF4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4501

Black with #AF4501

Text Example


Text Example

White with #AF4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4501; }

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

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

background-color css

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

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

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

border-color css

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

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

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