Html Css Color HEX #A4290C Fire Brick

📋 copy color: '#A4290C'

red 164 ◦ green 41 ◦ blue 12

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

Shades of Fire Brick #A4290C

Tints of Fire Brick #A4290C

RGB

 RED value IS 164 (64.45% from 255) = 75.58%

 GREEN value IS 41 (16.41% from 255) = 18.89%

 BLUE value IS 12 (5.08% from 255) = 5.53%

R = 75.58%
G = 18.89%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4290C (or 0xA4290C) is known color: Fire Brick. HEX triplet: A4, 29 and 0C. RGB value is (164,41,12). Sum of RGB (Red+Green+Blue) = 164+41+12=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A4290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4290C is #5BD6F3. Grayscale: #4A4A4A. Windows color (decimal): -6018804 or 797092. OLE color: 797092.

HSL color Cylindrical-coordinate representation of color #A4290C: hue angle of 11.45º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4290C is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 41 12 -
CMYK 0 0.75 0.93 0.36
HSL 11.45º 0.86% 0.35% -
HSV(B) 11.45º 0.93% 0.64% -
XYZ 16.17 9.5 1.33 -
YUV 74.47 92.75 191.86 -
System Red Green Blue C M Y K H S L
Decimal 164 41 12 0 0.75 0.93 0.36 11.45 0.86 0.35
Hex A4 29 C 0 4B 5D 24 B 56 23
Octal 244 51 14 0 113 135 44 13 126 43
Binary 10100100 101001 1100 0 1001011 1011101 100100 1011 1010110 100011

Color Harmonies of #A4290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4290C

Black with #A4290C

Text Example


Text Example

White with #A4290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4290C; }

 p { color: rgb(164,41,12); }

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

background-color css

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

 a { background-color: rgb(164,41,12); }

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

border-color css

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

 span { border-color: rgb(164,41,12); }

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