Html Css Color HEX #AF4508 Rust

📋 copy color: '#AF4508'

red 175 ◦ green 69 ◦ blue 8

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

Shades of Rust #AF4508

Tints of Rust #AF4508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.38%

 BLUE value IS 8 (3.52% from 255) = 3.17%

R = 69.44%
G = 27.38%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF4508 (or 0xAF4508) is known color: Rust. HEX triplet: AF, 45 and 08. RGB value is (175,69,8). Sum of RGB (Red+Green+Blue) = 175+69+8=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4508 is #50BAF7. Grayscale: #5E5E5E. Windows color (decimal): -5290744 or 542127. OLE color: 542127.

HSL color Cylindrical-coordinate representation of color #AF4508: hue angle of 21.92º degrees, saturation: 0.91, 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 #AF4508 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 8 -
CMYK 0 0.61 0.95 0.31
HSL 21.92º 0.91% 0.36% -
HSV(B) 21.92º 0.95% 0.69% -
XYZ 19.85 13.39 1.77 -
YUV 93.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 175 69 8 0 0.61 0.95 0.31 21.92 0.91 0.36
Hex AF 45 8 0 3D 5F 1F 16 5B 24
Octal 257 105 10 0 75 137 37 26 133 44
Binary 10101111 1000101 1000 0 111101 1011111 11111 10110 1011011 100100

Color Harmonies of #AF4508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4508

Black with #AF4508

Text Example


Text Example

White with #AF4508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4508; }

 p { color: rgb(175,69,8); }

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

background-color css

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

 a { background-color: rgb(175,69,8); }

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

border-color css

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

 span { border-color: rgb(175,69,8); }

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