Html Css Color HEX #AF3918 Rust

📋 copy color: '#AF3918'

red 175 ◦ green 57 ◦ blue 24

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

Shades of Rust #AF3918

Tints of Rust #AF3918

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.27%

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 68.36%
G = 22.27%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3918 (or 0xAF3918) is known color: Rust. HEX triplet: AF, 39 and 18. RGB value is (175,57,24). Sum of RGB (Red+Green+Blue) = 175+57+24=256 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.36% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3918 is #50C6E7. Grayscale: #585858. Windows color (decimal): -5293800 or 1587631. OLE color: 1587631.

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

Color convert

RGB 175 57 24 -
CMYK 0 0.67 0.86 0.31
HSL 13.11º 0.76% 0.39% -
HSV(B) 13.11º 0.86% 0.69% -
XYZ 19.31 12.11 2.18 -
YUV 88.52 91.59 189.68 -
System Red Green Blue C M Y K H S L
Decimal 175 57 24 0 0.67 0.86 0.31 13.11 0.76 0.39
Hex AF 39 18 0 43 56 1F D 4C 27
Octal 257 71 30 0 103 126 37 15 114 47
Binary 10101111 111001 11000 0 1000011 1010110 11111 1101 1001100 100111

Color Harmonies of #AF3918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3918

Black with #AF3918

Text Example


Text Example

White with #AF3918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3918; }

 p { color: rgb(175,57,24); }

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

background-color css

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

 a { background-color: rgb(175,57,24); }

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

border-color css

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

 span { border-color: rgb(175,57,24); }

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