Html Css Color HEX #A91C13 Fire Brick

📋 copy color: '#A91C13'

red 169 ◦ green 28 ◦ blue 19

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

Shades of Fire Brick #A91C13

Tints of Fire Brick #A91C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.8%

R = 78.24%
G = 12.96%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A91C13 (or 0xA91C13) is known color: Fire Brick. HEX triplet: A9, 1C and 13. RGB value is (169,28,19). Sum of RGB (Red+Green+Blue) = 169+28+19=216 (28% of max value = 765). Red value is 169 (66.41% from 255 or 78.24% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91C13 is #56E3EC. Grayscale: #454545. Windows color (decimal): -5694445 or 1252521. OLE color: 1252521.

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

Color convert

RGB 169 28 19 -
CMYK 0 0.83 0.89 0.34
HSL 3.6º 0.8% 0.37% -
HSV(B) 3.6º 0.89% 0.66% -
XYZ 16.89 9.31 1.52 -
YUV 69.13 99.71 199.23 -
System Red Green Blue C M Y K H S L
Decimal 169 28 19 0 0.83 0.89 0.34 3.6 0.8 0.37
Hex A9 1C 13 0 53 59 22 4 50 25
Octal 251 34 23 0 123 131 42 4 120 45
Binary 10101001 11100 10011 0 1010011 1011001 100010 100 1010000 100101

Color Harmonies of #A91C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C13

Black with #A91C13

Text Example


Text Example

White with #A91C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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