Html Css Color HEX #AF361C Rust

📋 copy color: '#AF361C'

red 175 ◦ green 54 ◦ blue 28

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

Shades of Rust #AF361C

Tints of Rust #AF361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

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

R = 68.09%
G = 21.01%
B = 10.89%

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

#AF361C (or 0xAF361C) is known color: Rust. HEX triplet: AF, 36 and 1C. RGB value is (175,54,28). Sum of RGB (Red+Green+Blue) = 175+54+28=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF361C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF361C is #50C9E3. Grayscale: #575757. Windows color (decimal): -5294564 or 1849007. OLE color: 1849007.

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

Color convert

RGB 175 54 28 -
CMYK 0 0.69 0.84 0.31
HSL 10.61º 0.72% 0.4% -
HSV(B) 10.61º 0.84% 0.69% -
XYZ 19.21 11.84 2.37 -
YUV 87.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 175 54 28 0 0.69 0.84 0.31 10.61 0.72 0.4
Hex AF 36 1C 0 45 54 1F B 48 28
Octal 257 66 34 0 105 124 37 13 110 50
Binary 10101111 110110 11100 0 1000101 1010100 11111 1011 1001000 101000

Color Harmonies of #AF361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF361C

Black with #AF361C

Text Example


Text Example

White with #AF361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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