Html Css Color HEX #AF2700 Rust

📋 copy color: '#AF2700'

red 175 ◦ green 39 ◦ blue 0

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

Shades of Rust #AF2700

Tints of Rust #AF2700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.78%
G = 18.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF2700 (or 0xAF2700) is known color: Rust. HEX triplet: AF, 27 and 00. RGB value is (175,39,0). Sum of RGB (Red+Green+Blue) = 175+39+0=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 39 (15.62% from 255 or 18.22% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2700 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2700 is #50D8FF. Grayscale: #4B4B4B. Windows color (decimal): -5298432 or 10159. OLE color: 10159.

HSL color Cylindrical-coordinate representation of color #AF2700: hue angle of 13.37º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF2700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 39 0 -
CMYK 0 0.78 1 0.31
HSL 13.37º 1% 0.34% -
HSV(B) 13.37º 1% 0.69% -
XYZ 18.4 10.57 1.07 -
YUV 75.22 85.56 199.17 -
System Red Green Blue C M Y K H S L
Decimal 175 39 0 0 0.78 1 0.31 13.37 1 0.34
Hex AF 27 0 0 4E 64 1F D 64 22
Octal 257 47 0 0 116 144 37 15 144 42
Binary 10101111 100111 0 0 1001110 1100100 11111 1101 1100100 100010

Color Harmonies of #AF2700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2700

Black with #AF2700

Text Example


Text Example

White with #AF2700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2700; }

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

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

background-color css

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

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

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

border-color css

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

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

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