Html Css Color HEX #A0160B Fire Brick

📋 copy color: '#A0160B'

red 160 ◦ green 22 ◦ blue 11

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

Shades of Fire Brick #A0160B

Tints of Fire Brick #A0160B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.4%

 BLUE value IS 11 (4.69% from 255) = 5.7%

R = 82.9%
G = 11.4%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.37

RGB Variations

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

Color information

#A0160B (or 0xA0160B) is known color: Fire Brick. HEX triplet: A0, 16 and 0B. RGB value is (160,22,11). Sum of RGB (Red+Green+Blue) = 160+22+11=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 11 (4.69% from 255 or 5.70% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A0160B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0160B is #5FE9F4. Grayscale: #3E3E3E. Windows color (decimal): -6285813 or 726688. OLE color: 726688.

HSL color Cylindrical-coordinate representation of color #A0160B: hue angle of 4.43º degrees, saturation: 0.87, 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 #A0160B is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 11 -
CMYK 0 0.86 0.93 0.37
HSL 4.43º 0.87% 0.34% -
HSV(B) 4.43º 0.93% 0.63% -
XYZ 14.84 8.07 1.09 -
YUV 62.01 99.22 197.89 -
System Red Green Blue C M Y K H S L
Decimal 160 22 11 0 0.86 0.93 0.37 4.43 0.87 0.34
Hex A0 16 B 0 56 5D 25 4 57 22
Octal 240 26 13 0 126 135 45 4 127 42
Binary 10100000 10110 1011 0 1010110 1011101 100101 100 1010111 100010

Color Harmonies of #A0160B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0160B

Black with #A0160B

Text Example


Text Example

White with #A0160B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0160B; }

 p { color: rgb(160,22,11); }

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

background-color css

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

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

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

border-color css

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

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

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