Html Css Color HEX #AF451E Rust

📋 copy color: '#AF451E'

red 175 ◦ green 69 ◦ blue 30

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

Shades of Rust #AF451E

Tints of Rust #AF451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 63.87%
G = 25.18%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF451E (or 0xAF451E) is known color: Rust. HEX triplet: AF, 45 and 1E. RGB value is (175,69,30). Sum of RGB (Red+Green+Blue) = 175+69+30=274 (36% of max value = 765). Red value is 175 (68.75% from 255 or 63.87% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 175 - color contains mainly: red. Hex color #AF451E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF451E is #50BAE1. Grayscale: #606060. Windows color (decimal): -5290722 or 1983919. OLE color: 1983919.

HSL color Cylindrical-coordinate representation of color #AF451E: hue angle of 16.14º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF451E is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 69 30 -
CMYK 0 0.61 0.83 0.31
HSL 16.14º 0.71% 0.4% -
HSV(B) 16.14º 0.83% 0.69% -
XYZ 20.04 13.46 2.77 -
YUV 96.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 175 69 30 0 0.61 0.83 0.31 16.14 0.71 0.4
Hex AF 45 1E 0 3D 53 1F 10 47 28
Octal 257 105 36 0 75 123 37 20 107 50
Binary 10101111 1000101 11110 0 111101 1010011 11111 10000 1000111 101000

Color Harmonies of #AF451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF451E

Black with #AF451E

Text Example


Text Example

White with #AF451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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