Html Css Color HEX #A0150C Fire Brick

📋 copy color: '#A0150C'

red 160 ◦ green 21 ◦ blue 12

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

Shades of Fire Brick #A0150C

Tints of Fire Brick #A0150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 12 (5.08% from 255) = 6.22%

R = 82.9%
G = 10.88%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0150C (or 0xA0150C) is known color: Fire Brick. HEX triplet: A0, 15 and 0C. RGB value is (160,21,12). Sum of RGB (Red+Green+Blue) = 160+21+12=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 12 (5.08% from 255 or 6.22% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0150C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0150C is #5FEAF3. Grayscale: #3D3D3D. Windows color (decimal): -6286068 or 791968. OLE color: 791968.

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

Color convert

RGB 160 21 12 -
CMYK 0 0.87 0.93 0.37
HSL 3.65º 0.86% 0.34% -
HSV(B) 3.65º 0.93% 0.63% -
XYZ 14.83 8.04 1.12 -
YUV 61.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 160 21 12 0 0.87 0.93 0.37 3.65 0.86 0.34
Hex A0 15 C 0 57 5D 25 4 56 22
Octal 240 25 14 0 127 135 45 4 126 42
Binary 10100000 10101 1100 0 1010111 1011101 100101 100 1010110 100010

Color Harmonies of #A0150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0150C

Black with #A0150C

Text Example


Text Example

White with #A0150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0150C; }

 p { color: rgb(160,21,12); }

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

background-color css

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

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

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

border-color css

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

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

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