Html Css Color HEX #AF4405 Rust

📋 copy color: '#AF4405'

red 175 ◦ green 68 ◦ blue 5

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

Shades of Rust #AF4405

Tints of Rust #AF4405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.42%

 BLUE value IS 5 (2.34% from 255) = 2.02%

R = 70.56%
G = 27.42%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF4405 (or 0xAF4405) is known color: Rust. HEX triplet: AF, 44 and 05. RGB value is (175,68,5). Sum of RGB (Red+Green+Blue) = 175+68+5=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4405 is #50BBFA. Grayscale: #5D5D5D. Windows color (decimal): -5291003 or 345263. OLE color: 345263.

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

Color convert

RGB 175 68 5 -
CMYK 0 0.61 0.97 0.31
HSL 22.24º 0.94% 0.35% -
HSV(B) 22.24º 0.97% 0.69% -
XYZ 19.77 13.26 1.66 -
YUV 92.81 78.45 186.62 -
System Red Green Blue C M Y K H S L
Decimal 175 68 5 0 0.61 0.97 0.31 22.24 0.94 0.35
Hex AF 44 5 0 3D 61 1F 16 5E 23
Octal 257 104 5 0 75 141 37 26 136 43
Binary 10101111 1000100 101 0 111101 1100001 11111 10110 1011110 100011

Color Harmonies of #AF4405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4405

Black with #AF4405

Text Example


Text Example

White with #AF4405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4405; }

 p { color: rgb(175,68,5); }

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

background-color css

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

 a { background-color: rgb(175,68,5); }

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

border-color css

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

 span { border-color: rgb(175,68,5); }

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