Html Css Color HEX #AF3319 Rust

📋 copy color: '#AF3319'

red 175 ◦ green 51 ◦ blue 25

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

Shades of Rust #AF3319

Tints of Rust #AF3319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.96%

R = 69.72%
G = 20.32%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3319 (or 0xAF3319) is known color: Rust. HEX triplet: AF, 33 and 19. RGB value is (175,51,25). Sum of RGB (Red+Green+Blue) = 175+51+25=251 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.72% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 25 (10.16% from 255 or 9.96% from 251); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3319 is #50CCE6. Grayscale: #555555. Windows color (decimal): -5295335 or 1651631. OLE color: 1651631.

HSL color Cylindrical-coordinate representation of color #AF3319: hue angle of 10.4º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF3319 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 51 25 -
CMYK 0 0.71 0.86 0.31
HSL 10.4º 0.75% 0.39% -
HSV(B) 10.4º 0.86% 0.69% -
XYZ 19.04 11.55 2.15 -
YUV 85.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 175 51 25 0 0.71 0.86 0.31 10.4 0.75 0.39
Hex AF 33 19 0 47 56 1F A 4B 27
Octal 257 63 31 0 107 126 37 12 113 47
Binary 10101111 110011 11001 0 1000111 1010110 11111 1010 1001011 100111

Color Harmonies of #AF3319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3319

Black with #AF3319

Text Example


Text Example

White with #AF3319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3319; }

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

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

background-color css

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

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

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

border-color css

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

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

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