Html Css Color HEX #AF3012 Rust

📋 copy color: '#AF3012'

red 175 ◦ green 48 ◦ blue 18

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

Shades of Rust #AF3012

Tints of Rust #AF3012

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.92%

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

R = 72.61%
G = 19.92%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3012 (or 0xAF3012) is known color: Rust. HEX triplet: AF, 30 and 12. RGB value is (175,48,18). Sum of RGB (Red+Green+Blue) = 175+48+18=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3012 is #50CFED. Grayscale: #525252. Windows color (decimal): -5296110 or 1192111. OLE color: 1192111.

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

Color convert

RGB 175 48 18 -
CMYK 0 0.73 0.90 0.31
HSL 11.46º 0.81% 0.38% -
HSV(B) 11.46º 0.9% 0.69% -
XYZ 18.85 11.27 1.75 -
YUV 82.55 91.58 193.94 -
System Red Green Blue C M Y K H S L
Decimal 175 48 18 0 0.73 0.90 0.31 11.46 0.81 0.38
Hex AF 30 12 0 49 5A 1F B 51 26
Octal 257 60 22 0 111 132 37 13 121 46
Binary 10101111 110000 10010 0 1001001 1011010 11111 1011 1010001 100110

Color Harmonies of #AF3012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3012

Black with #AF3012

Text Example


Text Example

White with #AF3012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3012; }

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

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

background-color css

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

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

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

border-color css

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

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

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