Html Css Color HEX #AF2701 Rust

📋 copy color: '#AF2701'

red 175 ◦ green 39 ◦ blue 1

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

Shades of Rust #AF2701

Tints of Rust #AF2701

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.14%

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

R = 81.4%
G = 18.14%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#AF2701 (or 0xAF2701) is known color: Rust. HEX triplet: AF, 27 and 01. RGB value is (175,39,1). Sum of RGB (Red+Green+Blue) = 175+39+1=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 39 (15.62% from 255 or 18.14% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2701 is #50D8FE. Grayscale: #4B4B4B. Windows color (decimal): -5298431 or 75695. OLE color: 75695.

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

Color convert

RGB 175 39 1 -
CMYK 0 0.78 0.99 0.31
HSL 13.1º 0.99% 0.35% -
HSV(B) 13.1º 0.99% 0.69% -
XYZ 18.41 10.57 1.1 -
YUV 75.33 86.06 199.09 -
System Red Green Blue C M Y K H S L
Decimal 175 39 1 0 0.78 0.99 0.31 13.1 0.99 0.35
Hex AF 27 1 0 4E 63 1F D 63 23
Octal 257 47 1 0 116 143 37 15 143 43
Binary 10101111 100111 1 0 1001110 1100011 11111 1101 1100011 100011

Color Harmonies of #AF2701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2701

Black with #AF2701

Text Example


Text Example

White with #AF2701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2701; }

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

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

background-color css

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

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

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

border-color css

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

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

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