Html Css Color HEX #A01111 Fire Brick

📋 copy color: '#A01111'

red 160 ◦ green 17 ◦ blue 17

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

Shades of Fire Brick #A01111

Tints of Fire Brick #A01111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.76%

 BLUE value IS 17 (7.03% from 255) = 8.76%

R = 82.47%
G = 8.76%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01111 (or 0xA01111) is known color: Fire Brick. HEX triplet: A0, 11 and 11. RGB value is (160,17,17). Sum of RGB (Red+Green+Blue) = 160+17+17=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 17 (7.03% from 255 or 8.76% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A01111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01111 is #5FEEEE. Grayscale: #3B3B3B. Windows color (decimal): -6287087 or 1118624. OLE color: 1118624.

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

Color convert

RGB 160 17 17 -
CMYK 0 0.89 0.89 0.37
HSL 0.81% 0.35% -
HSV(B) 0.89% 0.63% -
XYZ 14.8 7.91 1.28 -
YUV 59.76 103.88 199.5 -
System Red Green Blue C M Y K H S L
Decimal 160 17 17 0 0.89 0.89 0.37 0 0.81 0.35
Hex A0 11 11 0 59 59 25 0 51 23
Octal 240 21 21 0 131 131 45 0 121 43
Binary 10100000 10001 10001 0 1011001 1011001 100101 0 1010001 100011

Color Harmonies of #A01111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01111

Black with #A01111

Text Example


Text Example

White with #A01111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01111; }

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

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

background-color css

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

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

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

border-color css

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

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

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