Html Css Color HEX #A9150D Fire Brick

📋 copy color: '#A9150D'

red 169 ◦ green 21 ◦ blue 13

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

Shades of Fire Brick #A9150D

Tints of Fire Brick #A9150D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.4%

R = 83.25%
G = 10.34%
B = 6.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A9150D (or 0xA9150D) is known color: Fire Brick. HEX triplet: A9, 15 and 0D. RGB value is (169,21,13). Sum of RGB (Red+Green+Blue) = 169+21+13=203 (26% of max value = 765). Red value is 169 (66.41% from 255 or 83.25% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 169 - color contains mainly: red. Hex color #A9150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9150D is #56EAF2. Grayscale: #404040. Windows color (decimal): -5696243 or 857513. OLE color: 857513.

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

Color convert

RGB 169 21 13 -
CMYK 0 0.88 0.92 0.34
HSL 3.08º 0.86% 0.36% -
HSV(B) 3.08º 0.92% 0.66% -
XYZ 16.7 9 1.24 -
YUV 64.34 99.03 202.65 -
System Red Green Blue C M Y K H S L
Decimal 169 21 13 0 0.88 0.92 0.34 3.08 0.86 0.36
Hex A9 15 D 0 58 5C 22 3 56 24
Octal 251 25 15 0 130 134 42 3 126 44
Binary 10101001 10101 1101 0 1011000 1011100 100010 11 1010110 100100

Color Harmonies of #A9150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9150D

Black with #A9150D

Text Example


Text Example

White with #A9150D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9150D; }

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

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

background-color css

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

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

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

border-color css

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

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

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