Html Css Color HEX #AF3E15 Rust

📋 copy color: '#AF3E15'

red 175 ◦ green 62 ◦ blue 21

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

Shades of Rust #AF3E15

Tints of Rust #AF3E15

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.03%

 BLUE value IS 21 (8.59% from 255) = 8.14%

R = 67.83%
G = 24.03%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF3E15 (or 0xAF3E15) is known color: Rust. HEX triplet: AF, 3E and 15. RGB value is (175,62,21). Sum of RGB (Red+Green+Blue) = 175+62+21=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 21 (8.59% from 255 or 8.14% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3E15 is #50C1EA. Grayscale: #5B5B5B. Windows color (decimal): -5292523 or 1392303. OLE color: 1392303.

HSL color Cylindrical-coordinate representation of color #AF3E15: hue angle of 15.97º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AF3E15 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 62 21 -
CMYK 0 0.65 0.88 0.31
HSL 15.97º 0.79% 0.38% -
HSV(B) 15.97º 0.88% 0.69% -
XYZ 19.54 12.61 2.11 -
YUV 91.11 88.44 187.83 -
System Red Green Blue C M Y K H S L
Decimal 175 62 21 0 0.65 0.88 0.31 15.97 0.79 0.38
Hex AF 3E 15 0 41 58 1F 10 4F 26
Octal 257 76 25 0 101 130 37 20 117 46
Binary 10101111 111110 10101 0 1000001 1011000 11111 10000 1001111 100110

Color Harmonies of #AF3E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3E15

Black with #AF3E15

Text Example


Text Example

White with #AF3E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3E15; }

 p { color: rgb(175,62,21); }

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

background-color css

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

 a { background-color: rgb(175,62,21); }

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

border-color css

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

 span { border-color: rgb(175,62,21); }

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