Html Css Color HEX #AF4415 Rust

📋 copy color: '#AF4415'

red 175 ◦ green 68 ◦ blue 21

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

Shades of Rust #AF4415

Tints of Rust #AF4415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.76%

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

R = 66.29%
G = 25.76%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF4415 (or 0xAF4415) is known color: Rust. HEX triplet: AF, 44 and 15. RGB value is (175,68,21). Sum of RGB (Red+Green+Blue) = 175+68+21=264 (34% of max value = 765). Red value is 175 (68.75% from 255 or 66.29% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4415 is #50BBEA. Grayscale: #5E5E5E. Windows color (decimal): -5290987 or 1393839. OLE color: 1393839.

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

Color convert

RGB 175 68 21 -
CMYK 0 0.61 0.88 0.31
HSL 18.31º 0.79% 0.38% -
HSV(B) 18.31º 0.88% 0.69% -
XYZ 19.88 13.3 2.23 -
YUV 94.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 175 68 21 0 0.61 0.88 0.31 18.31 0.79 0.38
Hex AF 44 15 0 3D 58 1F 12 4F 26
Octal 257 104 25 0 75 130 37 22 117 46
Binary 10101111 1000100 10101 0 111101 1011000 11111 10010 1001111 100110

Color Harmonies of #AF4415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4415

Black with #AF4415

Text Example


Text Example

White with #AF4415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4415; }

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

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

background-color css

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

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

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

border-color css

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

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

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