Html Css Color HEX #AF450F Rust

📋 copy color: '#AF450F'

red 175 ◦ green 69 ◦ blue 15

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

Shades of Rust #AF450F

Tints of Rust #AF450F

RGB

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

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

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

R = 67.57%
G = 26.64%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF450F (or 0xAF450F) is known color: Rust. HEX triplet: AF, 45 and 0F. RGB value is (175,69,15). Sum of RGB (Red+Green+Blue) = 175+69+15=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450F is #50BAF0. Grayscale: #5E5E5E. Windows color (decimal): -5290737 or 1000879. OLE color: 1000879.

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

Color convert

RGB 175 69 15 -
CMYK 0 0.61 0.91 0.31
HSL 20.25º 0.84% 0.37% -
HSV(B) 20.25º 0.91% 0.69% -
XYZ 19.89 13.4 1.99 -
YUV 94.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 175 69 15 0 0.61 0.91 0.31 20.25 0.84 0.37
Hex AF 45 F 0 3D 5B 1F 14 54 25
Octal 257 105 17 0 75 133 37 24 124 45
Binary 10101111 1000101 1111 0 111101 1011011 11111 10100 1010100 100101

Color Harmonies of #AF450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF450F

Black with #AF450F

Text Example


Text Example

White with #AF450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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