Html Css Color HEX #AF3419 Rust

📋 copy color: '#AF3419'

red 175 ◦ green 52 ◦ blue 25

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

Shades of Rust #AF3419

Tints of Rust #AF3419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.63%

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

R = 69.44%
G = 20.63%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3419 (or 0xAF3419) is known color: Rust. HEX triplet: AF, 34 and 19. RGB value is (175,52,25). Sum of RGB (Red+Green+Blue) = 175+52+25=252 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.44% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3419 is #50CBE6. Grayscale: #555555. Windows color (decimal): -5295079 or 1651887. OLE color: 1651887.

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

Color convert

RGB 175 52 25 -
CMYK 0 0.70 0.86 0.31
HSL 10.8º 0.75% 0.39% -
HSV(B) 10.8º 0.86% 0.69% -
XYZ 19.08 11.64 2.16 -
YUV 85.7 93.75 191.7 -
System Red Green Blue C M Y K H S L
Decimal 175 52 25 0 0.70 0.86 0.31 10.8 0.75 0.39
Hex AF 34 19 0 46 56 1F B 4B 27
Octal 257 64 31 0 106 126 37 13 113 47
Binary 10101111 110100 11001 0 1000110 1010110 11111 1011 1001011 100111

Color Harmonies of #AF3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3419

Black with #AF3419

Text Example


Text Example

White with #AF3419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3419; }

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

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

background-color css

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

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

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

border-color css

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

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

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