Html Css Color HEX #A01C11 Fire Brick

📋 copy color: '#A01C11'

red 160 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #A01C11

Tints of Fire Brick #A01C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.66%

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

R = 78.05%
G = 13.66%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A01C11 (or 0xA01C11) is known color: Fire Brick. HEX triplet: A0, 1C and 11. RGB value is (160,28,17). Sum of RGB (Red+Green+Blue) = 160+28+17=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 28 (11.33% from 255 or 13.66% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A01C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01C11 is #5FE3EE. Grayscale: #424242. Windows color (decimal): -6284271 or 1121440. OLE color: 1121440.

HSL color Cylindrical-coordinate representation of color #A01C11: hue angle of 4.62º 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 #A01C11 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 28 17 -
CMYK 0 0.82 0.89 0.37
HSL 4.62º 0.81% 0.35% -
HSV(B) 4.62º 0.89% 0.63% -
XYZ 15.01 8.34 1.35 -
YUV 66.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 160 28 17 0 0.82 0.89 0.37 4.62 0.81 0.35
Hex A0 1C 11 0 52 59 25 5 51 23
Octal 240 34 21 0 122 131 45 5 121 43
Binary 10100000 11100 10001 0 1010010 1011001 100101 101 1010001 100011

Color Harmonies of #A01C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01C11

Black with #A01C11

Text Example


Text Example

White with #A01C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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