Html Css Color HEX #A91510 Fire Brick

📋 copy color: '#A91510'

red 169 ◦ green 21 ◦ blue 16

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

Shades of Fire Brick #A91510

Tints of Fire Brick #A91510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

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

R = 82.04%
G = 10.19%
B = 7.77%

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

#A91510 (or 0xA91510) is known color: Fire Brick. HEX triplet: A9, 15 and 10. RGB value is (169,21,16). Sum of RGB (Red+Green+Blue) = 169+21+16=206 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.04% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 169 - color contains mainly: red. Hex color #A91510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91510 is #56EAEF. Grayscale: #404040. Windows color (decimal): -5696240 or 1054121. OLE color: 1054121.

HSL color Cylindrical-coordinate representation of color #A91510: hue angle of 1.96º 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 #A91510 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 21 16 -
CMYK 0 0.88 0.91 0.34
HSL 1.96º 0.83% 0.36% -
HSV(B) 1.96º 0.91% 0.66% -
XYZ 16.72 9.01 1.35 -
YUV 64.68 100.53 202.41 -
System Red Green Blue C M Y K H S L
Decimal 169 21 16 0 0.88 0.91 0.34 1.96 0.83 0.36
Hex A9 15 10 0 58 5B 22 2 53 24
Octal 251 25 20 0 130 133 42 2 123 44
Binary 10101001 10101 10000 0 1011000 1011011 100010 10 1010011 100100

Color Harmonies of #A91510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91510

Black with #A91510

Text Example


Text Example

White with #A91510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91510; }

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

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

background-color css

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

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

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

border-color css

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

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

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