Html Css Color HEX #AC1D02 Fire Brick

📋 copy color: '#AC1D02'

red 172 ◦ green 29 ◦ blue 2

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

Shades of Fire Brick #AC1D02

Tints of Fire Brick #AC1D02

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.29%

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

R = 84.73%
G = 14.29%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AC1D02 (or 0xAC1D02) is known color: Fire Brick. HEX triplet: AC, 1D and 02. RGB value is (172,29,2). Sum of RGB (Red+Green+Blue) = 172+29+2=203 (26% of max value = 765). Red value is 172 (67.58% from 255 or 84.73% from 203); Green value is 29 (11.72% from 255 or 14.29% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC1D02 is #53E2FD. Grayscale: #444444. Windows color (decimal): -5497598 or 138668. OLE color: 138668.

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

Color convert

RGB 172 29 2 -
CMYK 0 0.83 0.99 0.33
HSL 9.53º 0.98% 0.34% -
HSV(B) 9.53º 0.99% 0.67% -
XYZ 17.46 9.65 1 -
YUV 68.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 172 29 2 0 0.83 0.99 0.33 9.53 0.98 0.34
Hex AC 1D 2 0 53 63 21 A 62 22
Octal 254 35 2 0 123 143 41 12 142 42
Binary 10101100 11101 10 0 1010011 1100011 100001 1010 1100010 100010

Color Harmonies of #AC1D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1D02

Black with #AC1D02

Text Example


Text Example

White with #AC1D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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