Html Css Color HEX #A1110F Fire Brick

📋 copy color: '#A1110F'

red 161 ◦ green 17 ◦ blue 15

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

Shades of Fire Brick #A1110F

Tints of Fire Brick #A1110F

RGB

 RED value IS 161 (63.28% from 255) = 83.42%

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

 BLUE value IS 15 (6.25% from 255) = 7.77%

R = 83.42%
G = 8.81%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1110F (or 0xA1110F) is known color: Fire Brick. HEX triplet: A1, 11 and 0F. RGB value is (161,17,15). Sum of RGB (Red+Green+Blue) = 161+17+15=193 (25% of max value = 765). Red value is 161 (63.28% from 255 or 83.42% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 15 (6.25% from 255 or 7.77% from 193); Max value from RGB is 161 - color contains mainly: red. Hex color #A1110F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1110F is #5EEEF0. Grayscale: #3B3B3B. Windows color (decimal): -6221553 or 987553. OLE color: 987553.

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

Color convert

RGB 161 17 15 -
CMYK 0 0.89 0.91 0.37
HSL 0.82º 0.83% 0.35% -
HSV(B) 0.82º 0.91% 0.63% -
XYZ 14.98 8.01 1.21 -
YUV 59.83 102.71 200.16 -
System Red Green Blue C M Y K H S L
Decimal 161 17 15 0 0.89 0.91 0.37 0.82 0.83 0.35
Hex A1 11 F 0 59 5B 25 1 53 23
Octal 241 21 17 0 131 133 45 1 123 43
Binary 10100001 10001 1111 0 1011001 1011011 100101 1 1010011 100011

Color Harmonies of #A1110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1110F

Black with #A1110F

Text Example


Text Example

White with #A1110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1110F; }

 p { color: rgb(161,17,15); }

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

background-color css

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

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

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

border-color css

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

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

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