Html Css Color HEX #AF371A Rust

📋 copy color: '#AF371A'

red 175 ◦ green 55 ◦ blue 26

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

Shades of Rust #AF371A

Tints of Rust #AF371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.16%

R = 68.36%
G = 21.48%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF371A (or 0xAF371A) is known color: Rust. HEX triplet: AF, 37 and 1A. RGB value is (175,55,26). Sum of RGB (Red+Green+Blue) = 175+55+26=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF371A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF371A is #50C8E5. Grayscale: #575757. Windows color (decimal): -5294310 or 1718191. OLE color: 1718191.

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

Color convert

RGB 175 55 26 -
CMYK 0 0.69 0.85 0.31
HSL 11.68º 0.74% 0.39% -
HSV(B) 11.68º 0.85% 0.69% -
XYZ 19.23 11.92 2.26 -
YUV 87.57 93.26 190.36 -
System Red Green Blue C M Y K H S L
Decimal 175 55 26 0 0.69 0.85 0.31 11.68 0.74 0.39
Hex AF 37 1A 0 45 55 1F C 4A 27
Octal 257 67 32 0 105 125 37 14 112 47
Binary 10101111 110111 11010 0 1000101 1010101 11111 1100 1001010 100111

Color Harmonies of #AF371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF371A

Black with #AF371A

Text Example


Text Example

White with #AF371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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