Html Css Color HEX #A4120E Fire Brick

📋 copy color: '#A4120E'

red 164 ◦ green 18 ◦ blue 14

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

Shades of Fire Brick #A4120E

Tints of Fire Brick #A4120E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

 BLUE value IS 14 (5.86% from 255) = 7.14%

R = 83.67%
G = 9.18%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4120E (or 0xA4120E) is known color: Fire Brick. HEX triplet: A4, 12 and 0E. RGB value is (164,18,14). Sum of RGB (Red+Green+Blue) = 164+18+14=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 14 (5.86% from 255 or 7.14% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A4120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4120E is #5BEDF1. Grayscale: #3D3D3D. Windows color (decimal): -6024690 or 922276. OLE color: 922276.

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

Color convert

RGB 164 18 14 -
CMYK 0 0.89 0.91 0.36
HSL 1.6º 0.84% 0.35% -
HSV(B) 1.6º 0.91% 0.64% -
XYZ 15.61 8.36 1.21 -
YUV 61.2 101.37 201.33 -
System Red Green Blue C M Y K H S L
Decimal 164 18 14 0 0.89 0.91 0.36 1.6 0.84 0.35
Hex A4 12 E 0 59 5B 24 2 54 23
Octal 244 22 16 0 131 133 44 2 124 43
Binary 10100100 10010 1110 0 1011001 1011011 100100 10 1010100 100011

Color Harmonies of #A4120E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4120E

Black with #A4120E

Text Example


Text Example

White with #A4120E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4120E; }

 p { color: rgb(164,18,14); }

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

background-color css

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

 a { background-color: rgb(164,18,14); }

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

border-color css

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

 span { border-color: rgb(164,18,14); }

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