Html Css Color HEX #AF2504 Rust

📋 copy color: '#AF2504'

red 175 ◦ green 37 ◦ blue 4

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

Shades of Rust #AF2504

Tints of Rust #AF2504

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 4 (1.95% from 255) = 1.85%

R = 81.02%
G = 17.13%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2504 (or 0xAF2504) is known color: Rust. HEX triplet: AF, 25 and 04. RGB value is (175,37,4). Sum of RGB (Red+Green+Blue) = 175+37+4=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 4 (1.95% from 255 or 1.85% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2504 is #50DAFB. Grayscale: #4A4A4A. Windows color (decimal): -5298940 or 271791. OLE color: 271791.

HSL color Cylindrical-coordinate representation of color #AF2504: hue angle of 11.58º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF2504 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 37 4 -
CMYK 0 0.79 0.98 0.31
HSL 11.58º 0.96% 0.35% -
HSV(B) 11.58º 0.98% 0.69% -
XYZ 18.36 10.45 1.16 -
YUV 74.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 175 37 4 0 0.79 0.98 0.31 11.58 0.96 0.35
Hex AF 25 4 0 4F 62 1F C 60 23
Octal 257 45 4 0 117 142 37 14 140 43
Binary 10101111 100101 100 0 1001111 1100010 11111 1100 1100000 100011

Color Harmonies of #AF2504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2504

Black with #AF2504

Text Example


Text Example

White with #AF2504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2504; }

 p { color: rgb(175,37,4); }

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

background-color css

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

 a { background-color: rgb(175,37,4); }

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

border-color css

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

 span { border-color: rgb(175,37,4); }

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