Html Css Color HEX #AF3515 Rust

📋 copy color: '#AF3515'

red 175 ◦ green 53 ◦ blue 21

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

Shades of Rust #AF3515

Tints of Rust #AF3515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.29%

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

R = 70.28%
G = 21.29%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF3515 (or 0xAF3515) is known color: Rust. HEX triplet: AF, 35 and 15. RGB value is (175,53,21). Sum of RGB (Red+Green+Blue) = 175+53+21=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3515 is #50CAEA. Grayscale: #565656. Windows color (decimal): -5294827 or 1389999. OLE color: 1389999.

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

Color convert

RGB 175 53 21 -
CMYK 0 0.70 0.88 0.31
HSL 12.47º 0.79% 0.38% -
HSV(B) 12.47º 0.88% 0.69% -
XYZ 19.09 11.71 1.96 -
YUV 85.83 91.42 191.6 -
System Red Green Blue C M Y K H S L
Decimal 175 53 21 0 0.70 0.88 0.31 12.47 0.79 0.38
Hex AF 35 15 0 46 58 1F C 4F 26
Octal 257 65 25 0 106 130 37 14 117 46
Binary 10101111 110101 10101 0 1000110 1011000 11111 1100 1001111 100110

Color Harmonies of #AF3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3515

Black with #AF3515

Text Example


Text Example

White with #AF3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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