Html Css Color HEX #A0180E Fire Brick

📋 copy color: '#A0180E'

red 160 ◦ green 24 ◦ blue 14

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

Shades of Fire Brick #A0180E

Tints of Fire Brick #A0180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.12%

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

R = 80.81%
G = 12.12%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0180E (or 0xA0180E) is known color: Fire Brick. HEX triplet: A0, 18 and 0E. RGB value is (160,24,14). Sum of RGB (Red+Green+Blue) = 160+24+14=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A0180E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0180E is #5FE7F1. Grayscale: #3F3F3F. Windows color (decimal): -6285298 or 923808. OLE color: 923808.

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

Color convert

RGB 160 24 14 -
CMYK 0 0.85 0.91 0.37
HSL 4.11º 0.84% 0.34% -
HSV(B) 4.11º 0.91% 0.63% -
XYZ 14.9 8.16 1.2 -
YUV 63.52 100.06 196.81 -
System Red Green Blue C M Y K H S L
Decimal 160 24 14 0 0.85 0.91 0.37 4.11 0.84 0.34
Hex A0 18 E 0 55 5B 25 4 54 22
Octal 240 30 16 0 125 133 45 4 124 42
Binary 10100000 11000 1110 0 1010101 1011011 100101 100 1010100 100010

Color Harmonies of #A0180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0180E

Black with #A0180E

Text Example


Text Example

White with #A0180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0180E; }

 p { color: rgb(160,24,14); }

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

background-color css

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

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

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

border-color css

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

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

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