Html Css Color HEX #AF3412 Rust

📋 copy color: '#AF3412'

red 175 ◦ green 52 ◦ blue 18

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

Shades of Rust #AF3412

Tints of Rust #AF3412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.35%

R = 71.43%
G = 21.22%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3412 (or 0xAF3412) is known color: Rust. HEX triplet: AF, 34 and 12. RGB value is (175,52,18). Sum of RGB (Red+Green+Blue) = 175+52+18=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3412 is #50CBED. Grayscale: #555555. Windows color (decimal): -5295086 or 1193135. OLE color: 1193135.

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

Color convert

RGB 175 52 18 -
CMYK 0 0.70 0.90 0.31
HSL 12.99º 0.81% 0.38% -
HSV(B) 12.99º 0.9% 0.69% -
XYZ 19.02 11.61 1.81 -
YUV 84.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 175 52 18 0 0.70 0.90 0.31 12.99 0.81 0.38
Hex AF 34 12 0 46 5A 1F D 51 26
Octal 257 64 22 0 106 132 37 15 121 46
Binary 10101111 110100 10010 0 1000110 1011010 11111 1101 1010001 100110

Color Harmonies of #AF3412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3412

Black with #AF3412

Text Example


Text Example

White with #AF3412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3412; }

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

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

background-color css

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

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

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

border-color css

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

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

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