Html Css Color HEX #AF2801 Rust

📋 copy color: '#AF2801'

red 175 ◦ green 40 ◦ blue 1

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

Shades of Rust #AF2801

Tints of Rust #AF2801

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.52%

 BLUE value IS 1 (0.78% from 255) = 0.46%

R = 81.02%
G = 18.52%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2801 (or 0xAF2801) is known color: Rust. HEX triplet: AF, 28 and 01. RGB value is (175,40,1). Sum of RGB (Red+Green+Blue) = 175+40+1=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 40 (16.02% from 255 or 18.52% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2801 is #50D7FE. Grayscale: #4C4C4C. Windows color (decimal): -5298175 or 75951. OLE color: 75951.

HSL color Cylindrical-coordinate representation of color #AF2801: hue angle of 13.45º degrees, saturation: 0.99, 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 #AF2801 is Cyan = 0, Magento = 0.77, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 40 1 -
CMYK 0 0.77 0.99 0.31
HSL 13.45º 0.99% 0.35% -
HSV(B) 13.45º 0.99% 0.69% -
XYZ 18.44 10.63 1.11 -
YUV 75.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 175 40 1 0 0.77 0.99 0.31 13.45 0.99 0.35
Hex AF 28 1 0 4D 63 1F D 63 23
Octal 257 50 1 0 115 143 37 15 143 43
Binary 10101111 101000 1 0 1001101 1100011 11111 1101 1100011 100011

Color Harmonies of #AF2801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2801

Black with #AF2801

Text Example


Text Example

White with #AF2801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2801; }

 p { color: rgb(175,40,1); }

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

background-color css

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

 a { background-color: rgb(175,40,1); }

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

border-color css

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

 span { border-color: rgb(175,40,1); }

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