Html Css Color HEX #AF2705 Rust

📋 copy color: '#AF2705'

red 175 ◦ green 39 ◦ blue 5

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

Shades of Rust #AF2705

Tints of Rust #AF2705

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.81%

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

R = 79.91%
G = 17.81%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF2705 (or 0xAF2705) is known color: Rust. HEX triplet: AF, 27 and 05. RGB value is (175,39,5). Sum of RGB (Red+Green+Blue) = 175+39+5=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2705 is #50D8FA. Grayscale: #4C4C4C. Windows color (decimal): -5298427 or 337839. OLE color: 337839.

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

Color convert

RGB 175 39 5 -
CMYK 0 0.78 0.97 0.31
HSL 12º 0.94% 0.35% -
HSV(B) 12º 0.97% 0.69% -
XYZ 18.43 10.58 1.21 -
YUV 75.79 88.06 198.76 -
System Red Green Blue C M Y K H S L
Decimal 175 39 5 0 0.78 0.97 0.31 12 0.94 0.35
Hex AF 27 5 0 4E 61 1F C 5E 23
Octal 257 47 5 0 116 141 37 14 136 43
Binary 10101111 100111 101 0 1001110 1100001 11111 1100 1011110 100011

Color Harmonies of #AF2705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2705

Black with #AF2705

Text Example


Text Example

White with #AF2705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2705; }

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

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

background-color css

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

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

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

border-color css

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

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

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