Html Css Color HEX #AF4507 Rust

📋 copy color: '#AF4507'

red 175 ◦ green 69 ◦ blue 7

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

Shades of Rust #AF4507

Tints of Rust #AF4507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 69.72%
G = 27.49%
B = 2.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#AF4507 (or 0xAF4507) is known color: Rust. HEX triplet: AF, 45 and 07. RGB value is (175,69,7). Sum of RGB (Red+Green+Blue) = 175+69+7=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4507 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4507 is #50BAF8. Grayscale: #5D5D5D. Windows color (decimal): -5290745 or 476591. OLE color: 476591.

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

Color convert

RGB 175 69 7 -
CMYK 0 0.61 0.96 0.31
HSL 22.14º 0.92% 0.36% -
HSV(B) 22.14º 0.96% 0.69% -
XYZ 19.85 13.39 1.74 -
YUV 93.63 79.12 186.04 -
System Red Green Blue C M Y K H S L
Decimal 175 69 7 0 0.61 0.96 0.31 22.14 0.92 0.36
Hex AF 45 7 0 3D 60 1F 16 5C 24
Octal 257 105 7 0 75 140 37 26 134 44
Binary 10101111 1000101 111 0 111101 1100000 11111 10110 1011100 100100

Color Harmonies of #AF4507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4507

Black with #AF4507

Text Example


Text Example

White with #AF4507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4507; }

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

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

background-color css

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

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

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

border-color css

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

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

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