Html Css Color HEX #AF3414 Rust

📋 copy color: '#AF3414'

red 175 ◦ green 52 ◦ blue 20

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

Shades of Rust #AF3414

Tints of Rust #AF3414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.05%

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 70.85%
G = 21.05%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF3414 (or 0xAF3414) is known color: Rust. HEX triplet: AF, 34 and 14. RGB value is (175,52,20). Sum of RGB (Red+Green+Blue) = 175+52+20=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 52 (20.70% from 255 or 21.05% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3414 is #50CBEB. Grayscale: #555555. Windows color (decimal): -5295084 or 1324207. OLE color: 1324207.

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

Color convert

RGB 175 52 20 -
CMYK 0 0.70 0.89 0.31
HSL 12.39º 0.79% 0.38% -
HSV(B) 12.39º 0.89% 0.69% -
XYZ 19.03 11.62 1.9 -
YUV 85.13 91.25 192.1 -
System Red Green Blue C M Y K H S L
Decimal 175 52 20 0 0.70 0.89 0.31 12.39 0.79 0.38
Hex AF 34 14 0 46 59 1F C 4F 26
Octal 257 64 24 0 106 131 37 14 117 46
Binary 10101111 110100 10100 0 1000110 1011001 11111 1100 1001111 100110

Color Harmonies of #AF3414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3414

Black with #AF3414

Text Example


Text Example

White with #AF3414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3414; }

 p { color: rgb(175,52,20); }

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

background-color css

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

 a { background-color: rgb(175,52,20); }

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

border-color css

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

 span { border-color: rgb(175,52,20); }

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