Html Css Color HEX #A4240C Fire Brick

📋 copy color: '#A4240C'

red 164 ◦ green 36 ◦ blue 12

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

Shades of Fire Brick #A4240C

Tints of Fire Brick #A4240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.98%

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

R = 77.36%
G = 16.98%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4240C (or 0xA4240C) is known color: Fire Brick. HEX triplet: A4, 24 and 0C. RGB value is (164,36,12). Sum of RGB (Red+Green+Blue) = 164+36+12=212 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.36% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 164 - color contains mainly: red. Hex color #A4240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4240C is #5BDBF3. Grayscale: #474747. Windows color (decimal): -6020084 or 795812. OLE color: 795812.

HSL color Cylindrical-coordinate representation of color #A4240C: hue angle of 9.47º 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 #A4240C is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 12 -
CMYK 0 0.78 0.93 0.36
HSL 9.47º 0.86% 0.35% -
HSV(B) 9.47º 0.93% 0.64% -
XYZ 16.01 9.18 1.28 -
YUV 71.54 94.41 193.95 -
System Red Green Blue C M Y K H S L
Decimal 164 36 12 0 0.78 0.93 0.36 9.47 0.86 0.35
Hex A4 24 C 0 4E 5D 24 9 56 23
Octal 244 44 14 0 116 135 44 11 126 43
Binary 10100100 100100 1100 0 1001110 1011101 100100 1001 1010110 100011

Color Harmonies of #A4240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4240C

Black with #A4240C

Text Example


Text Example

White with #A4240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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