Html Css Color HEX #AF371C Rust

📋 copy color: '#AF371C'

red 175 ◦ green 55 ◦ blue 28

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

Shades of Rust #AF371C

Tints of Rust #AF371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 28 (11.33% from 255) = 10.85%

R = 67.83%
G = 21.32%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF371C (or 0xAF371C) is known color: Rust. HEX triplet: AF, 37 and 1C. RGB value is (175,55,28). Sum of RGB (Red+Green+Blue) = 175+55+28=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 28 (11.33% from 255 or 10.85% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF371C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF371C is #50C8E3. Grayscale: #585858. Windows color (decimal): -5294308 or 1849263. OLE color: 1849263.

HSL color Cylindrical-coordinate representation of color #AF371C: hue angle of 11.02º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF371C is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 55 28 -
CMYK 0 0.69 0.84 0.31
HSL 11.02º 0.72% 0.4% -
HSV(B) 11.02º 0.84% 0.69% -
XYZ 19.25 11.93 2.39 -
YUV 87.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 175 55 28 0 0.69 0.84 0.31 11.02 0.72 0.4
Hex AF 37 1C 0 45 54 1F B 48 28
Octal 257 67 34 0 105 124 37 13 110 50
Binary 10101111 110111 11100 0 1000101 1010100 11111 1011 1001000 101000

Color Harmonies of #AF371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF371C

Black with #AF371C

Text Example


Text Example

White with #AF371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF371C; }

 p { color: rgb(175,55,28); }

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

background-color css

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

 a { background-color: rgb(175,55,28); }

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

border-color css

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

 span { border-color: rgb(175,55,28); }

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