Html Css Color HEX #AF3811 Rust

📋 copy color: '#AF3811'

red 175 ◦ green 56 ◦ blue 17

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

Shades of Rust #AF3811

Tints of Rust #AF3811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 70.56%
G = 22.58%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF3811 (or 0xAF3811) is known color: Rust. HEX triplet: AF, 38 and 11. RGB value is (175,56,17). Sum of RGB (Red+Green+Blue) = 175+56+17=248 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.56% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3811 is #50C7EE. Grayscale: #575757. Windows color (decimal): -5294063 or 1128623. OLE color: 1128623.

HSL color Cylindrical-coordinate representation of color #AF3811: hue angle of 14.81º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF3811 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 56 17 -
CMYK 0 0.68 0.90 0.31
HSL 14.81º 0.82% 0.38% -
HSV(B) 14.81º 0.9% 0.69% -
XYZ 19.19 11.98 1.83 -
YUV 87.14 88.42 190.67 -
System Red Green Blue C M Y K H S L
Decimal 175 56 17 0 0.68 0.90 0.31 14.81 0.82 0.38
Hex AF 38 11 0 44 5A 1F F 52 26
Octal 257 70 21 0 104 132 37 17 122 46
Binary 10101111 111000 10001 0 1000100 1011010 11111 1111 1010010 100110

Color Harmonies of #AF3811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3811

Black with #AF3811

Text Example


Text Example

White with #AF3811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3811; }

 p { color: rgb(175,56,17); }

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

background-color css

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

 a { background-color: rgb(175,56,17); }

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

border-color css

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

 span { border-color: rgb(175,56,17); }

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