Html Css Color HEX #AF361E Rust

📋 copy color: '#AF361E'

red 175 ◦ green 54 ◦ blue 30

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

Shades of Rust #AF361E

Tints of Rust #AF361E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.58%

R = 67.57%
G = 20.85%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF361E (or 0xAF361E) is known color: Rust. HEX triplet: AF, 36 and 1E. RGB value is (175,54,30). Sum of RGB (Red+Green+Blue) = 175+54+30=259 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.57% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 175 - color contains mainly: red. Hex color #AF361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF361E is #50C9E1. Grayscale: #575757. Windows color (decimal): -5294562 or 1980079. OLE color: 1980079.

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

Color convert

RGB 175 54 30 -
CMYK 0 0.69 0.83 0.31
HSL 9.93º 0.71% 0.4% -
HSV(B) 9.93º 0.83% 0.69% -
XYZ 19.23 11.85 2.5 -
YUV 87.44 95.59 190.45 -
System Red Green Blue C M Y K H S L
Decimal 175 54 30 0 0.69 0.83 0.31 9.93 0.71 0.4
Hex AF 36 1E 0 45 53 1F A 47 28
Octal 257 66 36 0 105 123 37 12 107 50
Binary 10101111 110110 11110 0 1000101 1010011 11111 1010 1000111 101000

Color Harmonies of #AF361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF361E

Black with #AF361E

Text Example


Text Example

White with #AF361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF361E; }

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

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

background-color css

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

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

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

border-color css

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

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

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