Html Css Color HEX #AF3313 Rust

📋 copy color: '#AF3313'

red 175 ◦ green 51 ◦ blue 19

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

Shades of Rust #AF3313

Tints of Rust #AF3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.82%

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 71.43%
G = 20.82%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF3313 (or 0xAF3313) is known color: Rust. HEX triplet: AF, 33 and 13. RGB value is (175,51,19). Sum of RGB (Red+Green+Blue) = 175+51+19=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3313 is #50CCEC. Grayscale: #545454. Windows color (decimal): -5295341 or 1258415. OLE color: 1258415.

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

Color convert

RGB 175 51 19 -
CMYK 0 0.71 0.89 0.31
HSL 12.31º 0.8% 0.38% -
HSV(B) 12.31º 0.89% 0.69% -
XYZ 18.98 11.53 1.84 -
YUV 84.43 91.08 192.6 -
System Red Green Blue C M Y K H S L
Decimal 175 51 19 0 0.71 0.89 0.31 12.31 0.8 0.38
Hex AF 33 13 0 47 59 1F C 50 26
Octal 257 63 23 0 107 131 37 14 120 46
Binary 10101111 110011 10011 0 1000111 1011001 11111 1100 1010000 100110

Color Harmonies of #AF3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3313

Black with #AF3313

Text Example


Text Example

White with #AF3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3313; }

 p { color: rgb(175,51,19); }

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

background-color css

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

 a { background-color: rgb(175,51,19); }

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

border-color css

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

 span { border-color: rgb(175,51,19); }

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