Html Css Color HEX #AC3002 Rust

📋 copy color: '#AC3002'

red 172 ◦ green 48 ◦ blue 2

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

Shades of Rust #AC3002

Tints of Rust #AC3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

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

R = 77.48%
G = 21.62%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC3002 (or 0xAC3002) is known color: Rust. HEX triplet: AC, 30 and 02. RGB value is (172,48,2). Sum of RGB (Red+Green+Blue) = 172+48+2=222 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.48% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC3002 is #53CFFD. Grayscale: #505050. Windows color (decimal): -5492734 or 143532. OLE color: 143532.

HSL color Cylindrical-coordinate representation of color #AC3002: hue angle of 16.24º 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 #AC3002 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 48 2 -
CMYK 0 0.72 0.99 0.33
HSL 16.24º 0.98% 0.34% -
HSV(B) 16.24º 0.99% 0.67% -
XYZ 18.08 10.89 1.21 -
YUV 79.83 84.08 193.74 -
System Red Green Blue C M Y K H S L
Decimal 172 48 2 0 0.72 0.99 0.33 16.24 0.98 0.34
Hex AC 30 2 0 48 63 21 10 62 22
Octal 254 60 2 0 110 143 41 20 142 42
Binary 10101100 110000 10 0 1001000 1100011 100001 10000 1100010 100010

Color Harmonies of #AC3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3002

Black with #AC3002

Text Example


Text Example

White with #AC3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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