Html Css Color HEX #AF2F04 Rust

📋 copy color: '#AF2F04'

red 175 ◦ green 47 ◦ blue 4

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

Shades of Rust #AF2F04

Tints of Rust #AF2F04

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.8%

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

R = 77.43%
G = 20.8%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#AF2F04 (or 0xAF2F04) is known color: Rust. HEX triplet: AF, 2F and 04. RGB value is (175,47,4). Sum of RGB (Red+Green+Blue) = 175+47+4=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2F04 is #50D0FB. Grayscale: #505050. Windows color (decimal): -5296380 or 274351. OLE color: 274351.

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

Color convert

RGB 175 47 4 -
CMYK 0 0.73 0.98 0.31
HSL 15.09º 0.96% 0.35% -
HSV(B) 15.09º 0.98% 0.69% -
XYZ 18.72 11.16 1.28 -
YUV 80.37 84.91 195.5 -
System Red Green Blue C M Y K H S L
Decimal 175 47 4 0 0.73 0.98 0.31 15.09 0.96 0.35
Hex AF 2F 4 0 49 62 1F F 60 23
Octal 257 57 4 0 111 142 37 17 140 43
Binary 10101111 101111 100 0 1001001 1100010 11111 1111 1100000 100011

Color Harmonies of #AF2F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF2F04

Black with #AF2F04

Text Example


Text Example

White with #AF2F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF2F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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