Html Css Color HEX #AF3D18 Rust

📋 copy color: '#AF3D18'

red 175 ◦ green 61 ◦ blue 24

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

Shades of Rust #AF3D18

Tints of Rust #AF3D18

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.46%

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

R = 67.31%
G = 23.46%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3D18 (or 0xAF3D18) is known color: Rust. HEX triplet: AF, 3D and 18. RGB value is (175,61,24). Sum of RGB (Red+Green+Blue) = 175+61+24=260 (34% of max value = 765). Red value is 175 (68.75% from 255 or 67.31% from 260); Green value is 61 (24.22% from 255 or 23.46% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3D18 is #50C2E7. Grayscale: #5B5B5B. Windows color (decimal): -5292776 or 1588655. OLE color: 1588655.

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

Color convert

RGB 175 61 24 -
CMYK 0 0.65 0.86 0.31
HSL 14.7º 0.76% 0.39% -
HSV(B) 14.7º 0.86% 0.69% -
XYZ 19.51 12.52 2.25 -
YUV 90.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 175 61 24 0 0.65 0.86 0.31 14.7 0.76 0.39
Hex AF 3D 18 0 41 56 1F F 4C 27
Octal 257 75 30 0 101 126 37 17 114 47
Binary 10101111 111101 11000 0 1000001 1010110 11111 1111 1001100 100111

Color Harmonies of #AF3D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3D18

Black with #AF3D18

Text Example


Text Example

White with #AF3D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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