Html Css Color HEX #A9150B Fire Brick

📋 copy color: '#A9150B'

red 169 ◦ green 21 ◦ blue 11

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

Shades of Fire Brick #A9150B

Tints of Fire Brick #A9150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.47%

R = 84.08%
G = 10.45%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9150B (or 0xA9150B) is known color: Fire Brick. HEX triplet: A9, 15 and 0B. RGB value is (169,21,11). Sum of RGB (Red+Green+Blue) = 169+21+11=201 (26% of max value = 765). Red value is 169 (66.41% from 255 or 84.08% from 201); Green value is 21 (8.59% from 255 or 10.45% from 201); Blue value is 11 (4.69% from 255 or 5.47% from 201); Max value from RGB is 169 - color contains mainly: red. Hex color #A9150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9150B is #56EAF4. Grayscale: #404040. Windows color (decimal): -5696245 or 726441. OLE color: 726441.

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

Color convert

RGB 169 21 11 -
CMYK 0 0.88 0.93 0.34
HSL 3.8º 0.88% 0.35% -
HSV(B) 3.8º 0.93% 0.66% -
XYZ 16.69 9 1.17 -
YUV 64.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 169 21 11 0 0.88 0.93 0.34 3.8 0.88 0.35
Hex A9 15 B 0 58 5D 22 4 58 23
Octal 251 25 13 0 130 135 42 4 130 43
Binary 10101001 10101 1011 0 1011000 1011101 100010 100 1011000 100011

Color Harmonies of #A9150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9150B

Black with #A9150B

Text Example


Text Example

White with #A9150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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