Html Css Color HEX #A4100E Fire Brick

📋 copy color: '#A4100E'

red 164 ◦ green 16 ◦ blue 14

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

Shades of Fire Brick #A4100E

Tints of Fire Brick #A4100E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 84.54%
G = 8.25%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4100E (or 0xA4100E) is known color: Fire Brick. HEX triplet: A4, 10 and 0E. RGB value is (164,16,14). Sum of RGB (Red+Green+Blue) = 164+16+14=194 (25% of max value = 765). Red value is 164 (64.45% from 255 or 84.54% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 14 (5.86% from 255 or 7.22% from 194); Max value from RGB is 164 - color contains mainly: red. Hex color #A4100E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4100E is #5BEFF1. Grayscale: #3C3C3C. Windows color (decimal): -6025202 or 921764. OLE color: 921764.

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

Color convert

RGB 164 16 14 -
CMYK 0 0.90 0.91 0.36
HSL 0.8º 0.84% 0.35% -
HSV(B) 0.8º 0.91% 0.64% -
XYZ 15.57 8.29 1.2 -
YUV 60.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 164 16 14 0 0.90 0.91 0.36 0.8 0.84 0.35
Hex A4 10 E 0 5A 5B 24 1 54 23
Octal 244 20 16 0 132 133 44 1 124 43
Binary 10100100 10000 1110 0 1011010 1011011 100100 1 1010100 100011

Color Harmonies of #A4100E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4100E

Black with #A4100E

Text Example


Text Example

White with #A4100E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4100E; }

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

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

background-color css

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

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

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

border-color css

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

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

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