Html Css Color HEX #A91410 Fire Brick

📋 copy color: '#A91410'

red 169 ◦ green 20 ◦ blue 16

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

Shades of Fire Brick #A91410

Tints of Fire Brick #A91410

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.76%

 BLUE value IS 16 (6.64% from 255) = 7.8%

R = 82.44%
G = 9.76%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A91410 (or 0xA91410) is known color: Fire Brick. HEX triplet: A9, 14 and 10. RGB value is (169,20,16). Sum of RGB (Red+Green+Blue) = 169+20+16=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 20 (8.20% from 255 or 9.76% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A91410 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91410 is #56EBEF. Grayscale: #404040. Windows color (decimal): -5696496 or 1053865. OLE color: 1053865.

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

Color convert

RGB 169 20 16 -
CMYK 0 0.88 0.91 0.34
HSL 1.57º 0.83% 0.36% -
HSV(B) 1.57º 0.91% 0.66% -
XYZ 16.71 8.97 1.34 -
YUV 64.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 169 20 16 0 0.88 0.91 0.34 1.57 0.83 0.36
Hex A9 14 10 0 58 5B 22 2 53 24
Octal 251 24 20 0 130 133 42 2 123 44
Binary 10101001 10100 10000 0 1011000 1011011 100010 10 1010011 100100

Color Harmonies of #A91410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91410

Black with #A91410

Text Example


Text Example

White with #A91410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91410; }

 p { color: rgb(169,20,16); }

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

background-color css

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

 a { background-color: rgb(169,20,16); }

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

border-color css

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

 span { border-color: rgb(169,20,16); }

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