Html Css Color HEX #AF2706 Rust

📋 copy color: '#AF2706'

red 175 ◦ green 39 ◦ blue 6

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

Shades of Rust #AF2706

Tints of Rust #AF2706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.73%

R = 79.55%
G = 17.73%
B = 2.73%

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

#AF2706 (or 0xAF2706) is known color: Rust. HEX triplet: AF, 27 and 06. RGB value is (175,39,6). Sum of RGB (Red+Green+Blue) = 175+39+6=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2706 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2706 is #50D8F9. Grayscale: #4C4C4C. Windows color (decimal): -5298426 or 403375. OLE color: 403375.

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

Color convert

RGB 175 39 6 -
CMYK 0 0.78 0.97 0.31
HSL 11.72º 0.93% 0.35% -
HSV(B) 11.72º 0.97% 0.69% -
XYZ 18.44 10.58 1.24 -
YUV 75.9 88.56 198.68 -
System Red Green Blue C M Y K H S L
Decimal 175 39 6 0 0.78 0.97 0.31 11.72 0.93 0.35
Hex AF 27 6 0 4E 61 1F C 5D 23
Octal 257 47 6 0 116 141 37 14 135 43
Binary 10101111 100111 110 0 1001110 1100001 11111 1100 1011101 100011

Color Harmonies of #AF2706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2706

Black with #AF2706

Text Example


Text Example

White with #AF2706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2706; }

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

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

background-color css

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

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

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

border-color css

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

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

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