Html Css Color HEX #A01414 Fire Brick

📋 copy color: '#A01414'

red 160 ◦ green 20 ◦ blue 20

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

Shades of Fire Brick #A01414

Tints of Fire Brick #A01414

RGB

 RED value IS 160 (62.89% from 255) = 80%

 GREEN value IS 20 (8.2% from 255) = 10%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 80%
G = 10%
B = 10%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A01414 (or 0xA01414) is known color: Fire Brick. HEX triplet: A0, 14 and 14. RGB value is (160,20,20). Sum of RGB (Red+Green+Blue) = 160+20+20=200 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 160 - color contains mainly: red. Hex color #A01414 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01414 is #5FEBEB. Grayscale: #3E3E3E. Windows color (decimal): -6286316 or 1316000. OLE color: 1316000.

HSL color Cylindrical-coordinate representation of color #A01414: hue angle of 0º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A01414 is Cyan = 0, Magento = 0.88, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 20 20 -
CMYK 0 0.88 0.88 0.37
HSL 0.78% 0.35% -
HSV(B) 0.88% 0.63% -
XYZ 14.87 8.02 1.43 -
YUV 61.86 104.38 198 -
System Red Green Blue C M Y K H S L
Decimal 160 20 20 0 0.88 0.88 0.37 0 0.78 0.35
Hex A0 14 14 0 58 58 25 0 4E 23
Octal 240 24 24 0 130 130 45 0 116 43
Binary 10100000 10100 10100 0 1011000 1011000 100101 0 1001110 100011

Color Harmonies of #A01414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01414

Black with #A01414

Text Example


Text Example

White with #A01414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01414; }

 p { color: rgb(160,20,20); }

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

background-color css

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

 a { background-color: rgb(160,20,20); }

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

border-color css

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

 span { border-color: rgb(160,20,20); }

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