Html Css Color HEX #AF3212 Rust

📋 copy color: '#AF3212'

red 175 ◦ green 50 ◦ blue 18

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

Shades of Rust #AF3212

Tints of Rust #AF3212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

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

R = 72.02%
G = 20.58%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3212 (or 0xAF3212) is known color: Rust. HEX triplet: AF, 32 and 12. RGB value is (175,50,18). Sum of RGB (Red+Green+Blue) = 175+50+18=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3212 is #50CDED. Grayscale: #535353. Windows color (decimal): -5295598 or 1192623. OLE color: 1192623.

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

Color convert

RGB 175 50 18 -
CMYK 0 0.71 0.90 0.31
HSL 12.23º 0.81% 0.38% -
HSV(B) 12.23º 0.9% 0.69% -
XYZ 18.93 11.44 1.78 -
YUV 83.73 90.91 193.1 -
System Red Green Blue C M Y K H S L
Decimal 175 50 18 0 0.71 0.90 0.31 12.23 0.81 0.38
Hex AF 32 12 0 47 5A 1F C 51 26
Octal 257 62 22 0 107 132 37 14 121 46
Binary 10101111 110010 10010 0 1000111 1011010 11111 1100 1010001 100110

Color Harmonies of #AF3212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3212

Black with #AF3212

Text Example


Text Example

White with #AF3212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3212; }

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

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

background-color css

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

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

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

border-color css

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

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

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