Html Css Color HEX #AF2804 Rust

📋 copy color: '#AF2804'

red 175 ◦ green 40 ◦ blue 4

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

Shades of Rust #AF2804

Tints of Rust #AF2804

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

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

R = 79.91%
G = 18.26%
B = 1.83%

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

#AF2804 (or 0xAF2804) is known color: Rust. HEX triplet: AF, 28 and 04. RGB value is (175,40,4). Sum of RGB (Red+Green+Blue) = 175+40+4=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2804 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2804 is #50D7FB. Grayscale: #4C4C4C. Windows color (decimal): -5298172 or 272559. OLE color: 272559.

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

Color convert

RGB 175 40 4 -
CMYK 0 0.77 0.98 0.31
HSL 12.63º 0.96% 0.35% -
HSV(B) 12.63º 0.98% 0.69% -
XYZ 18.46 10.64 1.2 -
YUV 76.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 175 40 4 0 0.77 0.98 0.31 12.63 0.96 0.35
Hex AF 28 4 0 4D 62 1F D 60 23
Octal 257 50 4 0 115 142 37 15 140 43
Binary 10101111 101000 100 0 1001101 1100010 11111 1101 1100000 100011

Color Harmonies of #AF2804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2804

Black with #AF2804

Text Example


Text Example

White with #AF2804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2804; }

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

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

background-color css

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

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

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

border-color css

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

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

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