Html Css Color HEX #AF361D Rust

📋 copy color: '#AF361D'

red 175 ◦ green 54 ◦ blue 29

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

Shades of Rust #AF361D

Tints of Rust #AF361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 67.83%
G = 20.93%
B = 11.24%

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

#AF361D (or 0xAF361D) is known color: Rust. HEX triplet: AF, 36 and 1D. RGB value is (175,54,29). Sum of RGB (Red+Green+Blue) = 175+54+29=258 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.83% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 175 - color contains mainly: red. Hex color #AF361D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF361D is #50C9E2. Grayscale: #575757. Windows color (decimal): -5294563 or 1914543. OLE color: 1914543.

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

Color convert

RGB 175 54 29 -
CMYK 0 0.69 0.83 0.31
HSL 10.27º 0.72% 0.4% -
HSV(B) 10.27º 0.83% 0.69% -
XYZ 19.22 11.84 2.43 -
YUV 87.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 175 54 29 0 0.69 0.83 0.31 10.27 0.72 0.4
Hex AF 36 1D 0 45 53 1F A 48 28
Octal 257 66 35 0 105 123 37 12 110 50
Binary 10101111 110110 11101 0 1000101 1010011 11111 1010 1001000 101000

Color Harmonies of #AF361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF361D

Black with #AF361D

Text Example


Text Example

White with #AF361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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