Html Css Color HEX #AF3701 Rust

📋 copy color: '#AF3701'

red 175 ◦ green 55 ◦ blue 1

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

Shades of Rust #AF3701

Tints of Rust #AF3701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.81%

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

R = 75.76%
G = 23.81%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF3701 (or 0xAF3701) is known color: Rust. HEX triplet: AF, 37 and 01. RGB value is (175,55,1). Sum of RGB (Red+Green+Blue) = 175+55+1=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF3701 is #50C8FE. Grayscale: #555555. Windows color (decimal): -5294335 or 79791. OLE color: 79791.

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

Color convert

RGB 175 55 1 -
CMYK 0 0.69 0.99 0.31
HSL 18.62º 0.99% 0.35% -
HSV(B) 18.62º 0.99% 0.69% -
XYZ 19.05 11.85 1.31 -
YUV 84.72 80.76 192.39 -
System Red Green Blue C M Y K H S L
Decimal 175 55 1 0 0.69 0.99 0.31 18.62 0.99 0.35
Hex AF 37 1 0 45 63 1F 13 63 23
Octal 257 67 1 0 105 143 37 23 143 43
Binary 10101111 110111 1 0 1000101 1100011 11111 10011 1100011 100011

Color Harmonies of #AF3701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF3701

Black with #AF3701

Text Example


Text Example

White with #AF3701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF3701; }

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

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

background-color css

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

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

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

border-color css

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

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

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