Html Css Color HEX #AF550C Rust

📋 copy color: '#AF550C'

red 175 ◦ green 85 ◦ blue 12

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

Shades of Rust #AF550C

Tints of Rust #AF550C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.25%

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 64.34%
G = 31.25%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF550C (or 0xAF550C) is known color: Rust. HEX triplet: AF, 55 and 0C. RGB value is (175,85,12). Sum of RGB (Red+Green+Blue) = 175+85+12=272 (36% of max value = 765). Red value is 175 (68.75% from 255 or 64.34% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 175 - color contains mainly: red. Hex color #AF550C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF550C is #50AAF3. Grayscale: #676767. Windows color (decimal): -5286644 or 808367. OLE color: 808367.

HSL color Cylindrical-coordinate representation of color #AF550C: hue angle of 26.87º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF550C is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 85 12 -
CMYK 0 0.51 0.93 0.31
HSL 26.87º 0.87% 0.37% -
HSV(B) 26.87º 0.93% 0.69% -
XYZ 20.99 15.64 2.26 -
YUV 103.59 76.32 178.94 -
System Red Green Blue C M Y K H S L
Decimal 175 85 12 0 0.51 0.93 0.31 26.87 0.87 0.37
Hex AF 55 C 0 33 5D 1F 1B 57 25
Octal 257 125 14 0 63 135 37 33 127 45
Binary 10101111 1010101 1100 0 110011 1011101 11111 11011 1010111 100101

Color Harmonies of #AF550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF550C

Black with #AF550C

Text Example


Text Example

White with #AF550C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF550C; }

 p { color: rgb(175,85,12); }

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

background-color css

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

 a { background-color: rgb(175,85,12); }

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

border-color css

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

 span { border-color: rgb(175,85,12); }

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