Html Css Color HEX #AC2B02 Rust

📋 copy color: '#AC2B02'

red 172 ◦ green 43 ◦ blue 2

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

Shades of Rust #AC2B02

Tints of Rust #AC2B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.82%

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 79.26%
G = 19.82%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2B02 (or 0xAC2B02) is known color: Rust. HEX triplet: AC, 2B and 02. RGB value is (172,43,2). Sum of RGB (Red+Green+Blue) = 172+43+2=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 43 (17.19% from 255 or 19.82% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2B02 is #53D4FD. Grayscale: #4D4D4D. Windows color (decimal): -5494014 or 142252. OLE color: 142252.

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

Color convert

RGB 172 43 2 -
CMYK 0 0.75 0.99 0.33
HSL 14.47º 0.98% 0.34% -
HSV(B) 14.47º 0.99% 0.67% -
XYZ 17.89 10.5 1.14 -
YUV 76.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 172 43 2 0 0.75 0.99 0.33 14.47 0.98 0.34
Hex AC 2B 2 0 4B 63 21 E 62 22
Octal 254 53 2 0 113 143 41 16 142 42
Binary 10101100 101011 10 0 1001011 1100011 100001 1110 1100010 100010

Color Harmonies of #AC2B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2B02

Black with #AC2B02

Text Example


Text Example

White with #AC2B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2B02; }

 p { color: rgb(172,43,2); }

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

background-color css

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

 a { background-color: rgb(172,43,2); }

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

border-color css

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

 span { border-color: rgb(172,43,2); }

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