Html Css Color HEX #AF2709 Rust

📋 copy color: '#AF2709'

red 175 ◦ green 39 ◦ blue 9

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

Shades of Rust #AF2709

Tints of Rust #AF2709

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.04%

R = 78.48%
G = 17.49%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF2709 (or 0xAF2709) is known color: Rust. HEX triplet: AF, 27 and 09. RGB value is (175,39,9). Sum of RGB (Red+Green+Blue) = 175+39+9=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2709 is #50D8F6. Grayscale: #4C4C4C. Windows color (decimal): -5298423 or 599983. OLE color: 599983.

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

Color convert

RGB 175 39 9 -
CMYK 0 0.78 0.95 0.31
HSL 10.84º 0.9% 0.36% -
HSV(B) 10.84º 0.95% 0.69% -
XYZ 18.45 10.58 1.33 -
YUV 76.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 175 39 9 0 0.78 0.95 0.31 10.84 0.9 0.36
Hex AF 27 9 0 4E 5F 1F B 5A 24
Octal 257 47 11 0 116 137 37 13 132 44
Binary 10101111 100111 1001 0 1001110 1011111 11111 1011 1011010 100100

Color Harmonies of #AF2709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2709

Black with #AF2709

Text Example


Text Example

White with #AF2709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2709; }

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

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

background-color css

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

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

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

border-color css

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

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

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