Html Css Color HEX #A9150F Fire Brick

📋 copy color: '#A9150F'

red 169 ◦ green 21 ◦ blue 15

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

Shades of Fire Brick #A9150F

Tints of Fire Brick #A9150F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 82.44%
G = 10.24%
B = 7.32%

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

#A9150F (or 0xA9150F) is known color: Fire Brick. HEX triplet: A9, 15 and 0F. RGB value is (169,21,15). Sum of RGB (Red+Green+Blue) = 169+21+15=205 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.44% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 169 - color contains mainly: red. Hex color #A9150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9150F is #56EAF0. Grayscale: #404040. Windows color (decimal): -5696241 or 988585. OLE color: 988585.

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

Color convert

RGB 169 21 15 -
CMYK 0 0.88 0.91 0.34
HSL 2.34º 0.84% 0.36% -
HSV(B) 2.34º 0.91% 0.66% -
XYZ 16.72 9.01 1.31 -
YUV 64.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 169 21 15 0 0.88 0.91 0.34 2.34 0.84 0.36
Hex A9 15 F 0 58 5B 22 2 54 24
Octal 251 25 17 0 130 133 42 2 124 44
Binary 10101001 10101 1111 0 1011000 1011011 100010 10 1010100 100100

Color Harmonies of #A9150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9150F

Black with #A9150F

Text Example


Text Example

White with #A9150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9150F; }

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

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

background-color css

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

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

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

border-color css

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

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

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