Html Css Color HEX #AF450D Rust

📋 copy color: '#AF450D'

red 175 ◦ green 69 ◦ blue 13

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

Shades of Rust #AF450D

Tints of Rust #AF450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.06%

R = 68.09%
G = 26.85%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF450D (or 0xAF450D) is known color: Rust. HEX triplet: AF, 45 and 0D. RGB value is (175,69,13). Sum of RGB (Red+Green+Blue) = 175+69+13=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450D is #50BAF2. Grayscale: #5E5E5E. Windows color (decimal): -5290739 or 869807. OLE color: 869807.

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

Color convert

RGB 175 69 13 -
CMYK 0 0.61 0.93 0.31
HSL 20.74º 0.86% 0.37% -
HSV(B) 20.74º 0.93% 0.69% -
XYZ 19.88 13.4 1.92 -
YUV 94.31 82.12 185.55 -
System Red Green Blue C M Y K H S L
Decimal 175 69 13 0 0.61 0.93 0.31 20.74 0.86 0.37
Hex AF 45 D 0 3D 5D 1F 15 56 25
Octal 257 105 15 0 75 135 37 25 126 45
Binary 10101111 1000101 1101 0 111101 1011101 11111 10101 1010110 100101

Color Harmonies of #AF450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF450D

Black with #AF450D

Text Example


Text Example

White with #AF450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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