Html Css Color HEX #AF450C Rust

📋 copy color: '#AF450C'

red 175 ◦ green 69 ◦ blue 12

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

Shades of Rust #AF450C

Tints of Rust #AF450C

RGB

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

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

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

R = 68.36%
G = 26.95%
B = 4.69%

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

#AF450C (or 0xAF450C) is known color: Rust. HEX triplet: AF, 45 and 0C. RGB value is (175,69,12). Sum of RGB (Red+Green+Blue) = 175+69+12=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 69 (27.34% from 255 or 26.95% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF450C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF450C is #50BAF3. Grayscale: #5E5E5E. Windows color (decimal): -5290740 or 804271. OLE color: 804271.

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

Color convert

RGB 175 69 12 -
CMYK 0 0.61 0.93 0.31
HSL 20.98º 0.87% 0.37% -
HSV(B) 20.98º 0.93% 0.69% -
XYZ 19.87 13.4 1.89 -
YUV 94.2 81.62 185.63 -
System Red Green Blue C M Y K H S L
Decimal 175 69 12 0 0.61 0.93 0.31 20.98 0.87 0.37
Hex AF 45 C 0 3D 5D 1F 15 57 25
Octal 257 105 14 0 75 135 37 25 127 45
Binary 10101111 1000101 1100 0 111101 1011101 11111 10101 1010111 100101

Color Harmonies of #AF450C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF450C

Black with #AF450C

Text Example


Text Example

White with #AF450C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF450C; }

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

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

background-color css

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

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

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

border-color css

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

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

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