Html Css Color HEX #AF3715 Rust

📋 copy color: '#AF3715'

red 175 ◦ green 55 ◦ blue 21

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

Shades of Rust #AF3715

Tints of Rust #AF3715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.91%

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

R = 69.72%
G = 21.91%
B = 8.37%

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

#AF3715 (or 0xAF3715) is known color: Rust. HEX triplet: AF, 37 and 15. RGB value is (175,55,21). Sum of RGB (Red+Green+Blue) = 175+55+21=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3715 is #50C8EA. Grayscale: #575757. Windows color (decimal): -5294315 or 1390511. OLE color: 1390511.

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

Color convert

RGB 175 55 21 -
CMYK 0 0.69 0.88 0.31
HSL 13.25º 0.79% 0.38% -
HSV(B) 13.25º 0.88% 0.69% -
XYZ 19.18 11.9 2 -
YUV 87 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 175 55 21 0 0.69 0.88 0.31 13.25 0.79 0.38
Hex AF 37 15 0 45 58 1F D 4F 26
Octal 257 67 25 0 105 130 37 15 117 46
Binary 10101111 110111 10101 0 1000101 1011000 11111 1101 1001111 100110

Color Harmonies of #AF3715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3715

Black with #AF3715

Text Example


Text Example

White with #AF3715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3715; }

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

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

background-color css

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

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

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

border-color css

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

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

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