Html Css Color HEX #AF3001 Rust

📋 copy color: '#AF3001'

red 175 ◦ green 48 ◦ blue 1

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

Shades of Rust #AF3001

Tints of Rust #AF3001

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.43%

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

R = 78.13%
G = 21.43%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3001 (or 0xAF3001) is known color: Rust. HEX triplet: AF, 30 and 01. RGB value is (175,48,1). Sum of RGB (Red+Green+Blue) = 175+48+1=224 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.12% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3001 is #50CFFE. Grayscale: #505050. Windows color (decimal): -5296127 or 77999. OLE color: 77999.

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

Color convert

RGB 175 48 1 -
CMYK 0 0.73 0.99 0.31
HSL 16.21º 0.99% 0.35% -
HSV(B) 16.21º 0.99% 0.69% -
XYZ 18.74 11.23 1.21 -
YUV 80.62 83.08 195.32 -
System Red Green Blue C M Y K H S L
Decimal 175 48 1 0 0.73 0.99 0.31 16.21 0.99 0.35
Hex AF 30 1 0 49 63 1F 10 63 23
Octal 257 60 1 0 111 143 37 20 143 43
Binary 10101111 110000 1 0 1001001 1100011 11111 10000 1100011 100011

Color Harmonies of #AF3001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3001

Black with #AF3001

Text Example


Text Example

White with #AF3001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3001; }

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

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

background-color css

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

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

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

border-color css

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

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

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