Html Css Color HEX #AF4313 Rust

📋 copy color: '#AF4313'

red 175 ◦ green 67 ◦ blue 19

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

Shades of Rust #AF4313

Tints of Rust #AF4313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.67%

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

R = 67.05%
G = 25.67%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF4313 (or 0xAF4313) is known color: Rust. HEX triplet: AF, 43 and 13. RGB value is (175,67,19). Sum of RGB (Red+Green+Blue) = 175+67+19=261 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.05% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF4313 is #50BCEC. Grayscale: #5E5E5E. Windows color (decimal): -5291245 or 1262511. OLE color: 1262511.

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

Color convert

RGB 175 67 19 -
CMYK 0 0.62 0.89 0.31
HSL 18.46º 0.8% 0.38% -
HSV(B) 18.46º 0.89% 0.69% -
XYZ 19.8 13.18 2.12 -
YUV 93.82 85.78 185.9 -
System Red Green Blue C M Y K H S L
Decimal 175 67 19 0 0.62 0.89 0.31 18.46 0.8 0.38
Hex AF 43 13 0 3E 59 1F 12 50 26
Octal 257 103 23 0 76 131 37 22 120 46
Binary 10101111 1000011 10011 0 111110 1011001 11111 10010 1010000 100110

Color Harmonies of #AF4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF4313

Black with #AF4313

Text Example


Text Example

White with #AF4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF4313; }

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

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

background-color css

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

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

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

border-color css

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

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

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