Html Css Color HEX #AF580F Rust

📋 copy color: '#AF580F'

red 175 ◦ green 88 ◦ blue 15

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

Shades of Rust #AF580F

Tints of Rust #AF580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 62.95%
G = 31.65%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF580F (or 0xAF580F) is known color: Rust. HEX triplet: AF, 58 and 0F. RGB value is (175,88,15). Sum of RGB (Red+Green+Blue) = 175+88+15=278 (36% of max value = 765). Red value is 175 (68.75% from 255 or 62.95% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 175 - color contains mainly: red. Hex color #AF580F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF580F is #50A7F0. Grayscale: #6A6A6A. Windows color (decimal): -5285873 or 1005743. OLE color: 1005743.

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

Color convert

RGB 175 88 15 -
CMYK 0 0.50 0.91 0.31
HSL 27.38º 0.84% 0.37% -
HSV(B) 27.38º 0.91% 0.69% -
XYZ 21.26 16.13 2.44 -
YUV 105.69 76.82 177.44 -
System Red Green Blue C M Y K H S L
Decimal 175 88 15 0 0.50 0.91 0.31 27.38 0.84 0.37
Hex AF 58 F 0 32 5B 1F 1B 54 25
Octal 257 130 17 0 62 133 37 33 124 45
Binary 10101111 1011000 1111 0 110010 1011011 11111 11011 1010100 100101

Color Harmonies of #AF580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF580F

Black with #AF580F

Text Example


Text Example

White with #AF580F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF580F; }

 p { color: rgb(175,88,15); }

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

background-color css

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

 a { background-color: rgb(175,88,15); }

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

border-color css

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

 span { border-color: rgb(175,88,15); }

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