Html Css Color HEX #AF3318 Rust

📋 copy color: '#AF3318'

red 175 ◦ green 51 ◦ blue 24

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

Shades of Rust #AF3318

Tints of Rust #AF3318

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.4%

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

R = 70%
G = 20.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AF3318 (or 0xAF3318) is known color: Rust. HEX triplet: AF, 33 and 18. RGB value is (175,51,24). Sum of RGB (Red+Green+Blue) = 175+51+24=250 (33% of max value = 765). Red value is 175 (68.75% from 255 or 70% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 24 (9.77% from 255 or 9.6% from 250); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3318 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3318 is #50CCE7. Grayscale: #555555. Windows color (decimal): -5295336 or 1586095. OLE color: 1586095.

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

Color convert

RGB 175 51 24 -
CMYK 0 0.71 0.86 0.31
HSL 10.73º 0.76% 0.39% -
HSV(B) 10.73º 0.86% 0.69% -
XYZ 19.03 11.55 2.09 -
YUV 85 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 175 51 24 0 0.71 0.86 0.31 10.73 0.76 0.39
Hex AF 33 18 0 47 56 1F B 4C 27
Octal 257 63 30 0 107 126 37 13 114 47
Binary 10101111 110011 11000 0 1000111 1010110 11111 1011 1001100 100111

Color Harmonies of #AF3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3318

Black with #AF3318

Text Example


Text Example

White with #AF3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3318; }

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

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

background-color css

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

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

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

border-color css

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

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

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