Html Css Color HEX #AF5002 Rust

📋 copy color: '#AF5002'

red 175 ◦ green 80 ◦ blue 2

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

Shades of Rust #AF5002

Tints of Rust #AF5002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.13%

 BLUE value IS 2 (1.17% from 255) = 0.78%

R = 68.09%
G = 31.13%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF5002 (or 0xAF5002) is known color: Rust. HEX triplet: AF, 50 and 02. RGB value is (175,80,2). Sum of RGB (Red+Green+Blue) = 175+80+2=257 (34% of max value = 765). Red value is 175 (68.75% from 255 or 68.09% from 257); Green value is 80 (31.64% from 255 or 31.13% from 257); Blue value is 2 (1.17% from 255 or 0.78% from 257); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF5002 is #50AFFD. Grayscale: #636363. Windows color (decimal): -5287934 or 151727. OLE color: 151727.

HSL color Cylindrical-coordinate representation of color #AF5002: hue angle of 27.05º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF5002 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 80 2 -
CMYK 0 0.54 0.99 0.31
HSL 27.05º 0.98% 0.35% -
HSV(B) 27.05º 0.99% 0.69% -
XYZ 20.56 14.86 1.84 -
YUV 99.51 72.97 181.84 -
System Red Green Blue C M Y K H S L
Decimal 175 80 2 0 0.54 0.99 0.31 27.05 0.98 0.35
Hex AF 50 2 0 36 63 1F 1B 62 23
Octal 257 120 2 0 66 143 37 33 142 43
Binary 10101111 1010000 10 0 110110 1100011 11111 11011 1100010 100011

Color Harmonies of #AF5002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5002

Black with #AF5002

Text Example


Text Example

White with #AF5002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5002; }

 p { color: rgb(175,80,2); }

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

background-color css

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

 a { background-color: rgb(175,80,2); }

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

border-color css

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

 span { border-color: rgb(175,80,2); }

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