Html Css Color HEX #AF2400 Rust

📋 copy color: '#AF2400'

red 175 ◦ green 36 ◦ blue 0

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

Shades of Rust #AF2400

Tints of Rust #AF2400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.06%

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

R = 82.94%
G = 17.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#AF2400 (or 0xAF2400) is known color: Rust. HEX triplet: AF, 24 and 00. RGB value is (175,36,0). Sum of RGB (Red+Green+Blue) = 175+36+0=211 (27% of max value = 765). Red value is 175 (68.75% from 255 or 82.94% from 211); Green value is 36 (14.45% from 255 or 17.06% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2400 is #50DBFF. Grayscale: #494949. Windows color (decimal): -5299200 or 9391. OLE color: 9391.

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

Color convert

RGB 175 36 0 -
CMYK 0 0.79 1 0.31
HSL 12.34º 1% 0.34% -
HSV(B) 12.34º 1% 0.69% -
XYZ 18.31 10.38 1.04 -
YUV 73.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 175 36 0 0 0.79 1 0.31 12.34 1 0.34
Hex AF 24 0 0 4F 64 1F C 64 22
Octal 257 44 0 0 117 144 37 14 144 42
Binary 10101111 100100 0 0 1001111 1100100 11111 1100 1100100 100010

Color Harmonies of #AF2400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2400

Black with #AF2400

Text Example


Text Example

White with #AF2400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2400; }

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

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

background-color css

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

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

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

border-color css

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

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

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