Html Css Color HEX #AF2904 Rust

📋 copy color: '#AF2904'

red 175 ◦ green 41 ◦ blue 4

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

Shades of Rust #AF2904

Tints of Rust #AF2904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.64%

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

R = 79.55%
G = 18.64%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2904 (or 0xAF2904) is known color: Rust. HEX triplet: AF, 29 and 04. RGB value is (175,41,4). Sum of RGB (Red+Green+Blue) = 175+41+4=220 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.55% from 220); Green value is 41 (16.41% from 255 or 18.64% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2904 is #50D6FB. Grayscale: #4D4D4D. Windows color (decimal): -5297916 or 272815. OLE color: 272815.

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

Color convert

RGB 175 41 4 -
CMYK 0 0.77 0.98 0.31
HSL 12.98º 0.96% 0.35% -
HSV(B) 12.98º 0.98% 0.69% -
XYZ 18.49 10.71 1.21 -
YUV 76.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 175 41 4 0 0.77 0.98 0.31 12.98 0.96 0.35
Hex AF 29 4 0 4D 62 1F D 60 23
Octal 257 51 4 0 115 142 37 15 140 43
Binary 10101111 101001 100 0 1001101 1100010 11111 1101 1100000 100011

Color Harmonies of #AF2904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2904

Black with #AF2904

Text Example


Text Example

White with #AF2904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2904; }

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

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

background-color css

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

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

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

border-color css

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

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

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