Html Css Color HEX #A91C11 Fire Brick

📋 copy color: '#A91C11'

red 169 ◦ green 28 ◦ blue 17

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

Shades of Fire Brick #A91C11

Tints of Fire Brick #A91C11

RGB

 RED value IS 169 (66.41% from 255) = 78.97%

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

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

R = 78.97%
G = 13.08%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A91C11 (or 0xA91C11) is known color: Fire Brick. HEX triplet: A9, 1C and 11. RGB value is (169,28,17). Sum of RGB (Red+Green+Blue) = 169+28+17=214 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.97% from 214); Green value is 28 (11.33% from 255 or 13.08% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91C11 is #56E3EE. Grayscale: #454545. Windows color (decimal): -5694447 or 1121449. OLE color: 1121449.

HSL color Cylindrical-coordinate representation of color #A91C11: hue angle of 4.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91C11 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 28 17 -
CMYK 0 0.83 0.90 0.34
HSL 4.34º 0.82% 0.36% -
HSV(B) 4.34º 0.9% 0.66% -
XYZ 16.88 9.31 1.44 -
YUV 68.91 98.71 199.39 -
System Red Green Blue C M Y K H S L
Decimal 169 28 17 0 0.83 0.90 0.34 4.34 0.82 0.36
Hex A9 1C 11 0 53 5A 22 4 52 24
Octal 251 34 21 0 123 132 42 4 122 44
Binary 10101001 11100 10001 0 1010011 1011010 100010 100 1010010 100100

Color Harmonies of #A91C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C11

Black with #A91C11

Text Example


Text Example

White with #A91C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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