Html Css Color HEX #A4130E Fire Brick

📋 copy color: '#A4130E'

red 164 ◦ green 19 ◦ blue 14

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

Shades of Fire Brick #A4130E

Tints of Fire Brick #A4130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 83.25%
G = 9.64%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4130E (or 0xA4130E) is known color: Fire Brick. HEX triplet: A4, 13 and 0E. RGB value is (164,19,14). Sum of RGB (Red+Green+Blue) = 164+19+14=197 (26% of max value = 765). Red value is 164 (64.45% from 255 or 83.25% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 164 - color contains mainly: red. Hex color #A4130E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A4130E is #5BECF1. Grayscale: #3D3D3D. Windows color (decimal): -6024434 or 922532. OLE color: 922532.

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

Color convert

RGB 164 19 14 -
CMYK 0 0.88 0.91 0.36
HSL 0.84% 0.35% -
HSV(B) 0.91% 0.64% -
XYZ 15.62 8.39 1.21 -
YUV 61.79 101.04 200.91 -
System Red Green Blue C M Y K H S L
Decimal 164 19 14 0 0.88 0.91 0.36 2 0.84 0.35
Hex A4 13 E 0 58 5B 24 2 54 23
Octal 244 23 16 0 130 133 44 2 124 43
Binary 10100100 10011 1110 0 1011000 1011011 100100 10 1010100 100011

Color Harmonies of #A4130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4130E

Black with #A4130E

Text Example


Text Example

White with #A4130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4130E; }

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

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

background-color css

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

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

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

border-color css

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

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

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