Html Css Color HEX #AC270D Fire Brick

📋 copy color: '#AC270D'

red 172 ◦ green 39 ◦ blue 13

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

Shades of Fire Brick #AC270D

Tints of Fire Brick #AC270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

 BLUE value IS 13 (5.47% from 255) = 5.8%

R = 76.79%
G = 17.41%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC270D (or 0xAC270D) is known color: Fire Brick. HEX triplet: AC, 27 and 0D. RGB value is (172,39,13). Sum of RGB (Red+Green+Blue) = 172+39+13=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AC270D is #53D8F2. Grayscale: #4C4C4C. Windows color (decimal): -5495027 or 862124. OLE color: 862124.

HSL color Cylindrical-coordinate representation of color #AC270D: hue angle of 9.81º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC270D is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 39 13 -
CMYK 0 0.77 0.92 0.33
HSL 9.81º 0.86% 0.36% -
HSV(B) 9.81º 0.92% 0.67% -
XYZ 17.81 10.25 1.42 -
YUV 75.8 92.56 196.61 -
System Red Green Blue C M Y K H S L
Decimal 172 39 13 0 0.77 0.92 0.33 9.81 0.86 0.36
Hex AC 27 D 0 4D 5C 21 A 56 24
Octal 254 47 15 0 115 134 41 12 126 44
Binary 10101100 100111 1101 0 1001101 1011100 100001 1010 1010110 100100

Color Harmonies of #AC270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC270D

Black with #AC270D

Text Example


Text Example

White with #AC270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC270D; }

 p { color: rgb(172,39,13); }

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

background-color css

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

 a { background-color: rgb(172,39,13); }

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

border-color css

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

 span { border-color: rgb(172,39,13); }

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