Html Css Color HEX #AF3501 Rust

📋 copy color: '#AF3501'

red 175 ◦ green 53 ◦ blue 1

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

Shades of Rust #AF3501

Tints of Rust #AF3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 76.42%
G = 23.14%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3501 (or 0xAF3501) is known color: Rust. HEX triplet: AF, 35 and 01. RGB value is (175,53,1). Sum of RGB (Red+Green+Blue) = 175+53+1=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3501 is #50CAFE. Grayscale: #535353. Windows color (decimal): -5294847 or 79279. OLE color: 79279.

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

Color convert

RGB 175 53 1 -
CMYK 0 0.70 0.99 0.31
HSL 17.93º 0.99% 0.35% -
HSV(B) 17.93º 0.99% 0.69% -
XYZ 18.96 11.66 1.28 -
YUV 83.55 81.42 193.23 -
System Red Green Blue C M Y K H S L
Decimal 175 53 1 0 0.70 0.99 0.31 17.93 0.99 0.35
Hex AF 35 1 0 46 63 1F 12 63 23
Octal 257 65 1 0 106 143 37 22 143 43
Binary 10101111 110101 1 0 1000110 1100011 11111 10010 1100011 100011

Color Harmonies of #AF3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3501

Black with #AF3501

Text Example


Text Example

White with #AF3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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