Html Css Color HEX #A91C18 Fire Brick

📋 copy color: '#A91C18'

red 169 ◦ green 28 ◦ blue 24

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

Shades of Fire Brick #A91C18

Tints of Fire Brick #A91C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.86%

R = 76.47%
G = 12.67%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A91C18 (or 0xA91C18) is known color: Fire Brick. HEX triplet: A9, 1C and 18. RGB value is (169,28,24). Sum of RGB (Red+Green+Blue) = 169+28+24=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 24 (9.77% from 255 or 10.86% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A91C18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A91C18 is #56E3E7. Grayscale: #454545. Windows color (decimal): -5694440 or 1580201. OLE color: 1580201.

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

Color convert

RGB 169 28 24 -
CMYK 0 0.83 0.86 0.34
HSL 1.66º 0.75% 0.38% -
HSV(B) 1.66º 0.86% 0.66% -
XYZ 16.94 9.33 1.77 -
YUV 69.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 169 28 24 0 0.83 0.86 0.34 1.66 0.75 0.38
Hex A9 1C 18 0 53 56 22 2 4B 26
Octal 251 34 30 0 123 126 42 2 113 46
Binary 10101001 11100 11000 0 1010011 1010110 100010 10 1001011 100110

Color Harmonies of #A91C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91C18

Black with #A91C18

Text Example


Text Example

White with #A91C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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