Html Css Color HEX #AC2002 Fire Brick

📋 copy color: '#AC2002'

red 172 ◦ green 32 ◦ blue 2

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

Shades of Fire Brick #AC2002

Tints of Fire Brick #AC2002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 83.5%
G = 15.53%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC2002 (or 0xAC2002) is known color: Fire Brick. HEX triplet: AC, 20 and 02. RGB value is (172,32,2). Sum of RGB (Red+Green+Blue) = 172+32+2=206 (27% of max value = 765). Red value is 172 (67.58% from 255 or 83.50% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC2002 is #53DFFD. Grayscale: #464646. Windows color (decimal): -5496830 or 139436. OLE color: 139436.

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

Color convert

RGB 172 32 2 -
CMYK 0 0.81 0.99 0.33
HSL 10.59º 0.98% 0.34% -
HSV(B) 10.59º 0.99% 0.67% -
XYZ 17.54 9.81 1.03 -
YUV 70.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 172 32 2 0 0.81 0.99 0.33 10.59 0.98 0.34
Hex AC 20 2 0 51 63 21 B 62 22
Octal 254 40 2 0 121 143 41 13 142 42
Binary 10101100 100000 10 0 1010001 1100011 100001 1011 1100010 100010

Color Harmonies of #AC2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC2002

Black with #AC2002

Text Example


Text Example

White with #AC2002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC2002; }

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

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

background-color css

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

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

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

border-color css

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

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

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