Html Css Color HEX #AF3615 Rust

📋 copy color: '#AF3615'

red 175 ◦ green 54 ◦ blue 21

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

Shades of Rust #AF3615

Tints of Rust #AF3615

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.6%

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

R = 70%
G = 21.6%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF3615 (or 0xAF3615) is known color: Rust. HEX triplet: AF, 36 and 15. RGB value is (175,54,21). Sum of RGB (Red+Green+Blue) = 175+54+21=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3615 is #50C9EA. Grayscale: #565656. Windows color (decimal): -5294571 or 1390255. OLE color: 1390255.

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

Color convert

RGB 175 54 21 -
CMYK 0 0.69 0.88 0.31
HSL 12.86º 0.79% 0.38% -
HSV(B) 12.86º 0.88% 0.69% -
XYZ 19.13 11.81 1.98 -
YUV 86.42 91.09 191.18 -
System Red Green Blue C M Y K H S L
Decimal 175 54 21 0 0.69 0.88 0.31 12.86 0.79 0.38
Hex AF 36 15 0 45 58 1F D 4F 26
Octal 257 66 25 0 105 130 37 15 117 46
Binary 10101111 110110 10101 0 1000101 1011000 11111 1101 1001111 100110

Color Harmonies of #AF3615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3615

Black with #AF3615

Text Example


Text Example

White with #AF3615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3615; }

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

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

background-color css

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

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

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

border-color css

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

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

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