Html Css Color HEX #AC2F04 Rust

📋 copy color: '#AC2F04'

red 172 ◦ green 47 ◦ blue 4

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

Shades of Rust #AC2F04

Tints of Rust #AC2F04

RGB

 RED value IS 172 (67.58% from 255) = 77.13%

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

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

R = 77.13%
G = 21.08%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AC2F04 (or 0xAC2F04) is known color: Rust. HEX triplet: AC, 2F and 04. RGB value is (172,47,4). Sum of RGB (Red+Green+Blue) = 172+47+4=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 47 (18.75% from 255 or 21.08% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2F04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2F04 is #53D0FB. Grayscale: #4F4F4F. Windows color (decimal): -5492988 or 274348. OLE color: 274348.

HSL color Cylindrical-coordinate representation of color #AC2F04: hue angle of 15.36º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC2F04 is Cyan = 0, Magento = 0.73, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 47 4 -
CMYK 0 0.73 0.98 0.33
HSL 15.36º 0.95% 0.35% -
HSV(B) 15.36º 0.98% 0.67% -
XYZ 18.05 10.81 1.25 -
YUV 79.47 85.41 194 -
System Red Green Blue C M Y K H S L
Decimal 172 47 4 0 0.73 0.98 0.33 15.36 0.95 0.35
Hex AC 2F 4 0 49 62 21 F 5F 23
Octal 254 57 4 0 111 142 41 17 137 43
Binary 10101100 101111 100 0 1001001 1100010 100001 1111 1011111 100011

Color Harmonies of #AC2F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2F04

Black with #AC2F04

Text Example


Text Example

White with #AC2F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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