Html Css Color HEX #A9140F Fire Brick

📋 copy color: '#A9140F'

red 169 ◦ green 20 ◦ blue 15

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

Shades of Fire Brick #A9140F

Tints of Fire Brick #A9140F

RGB

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

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

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

R = 82.84%
G = 9.8%
B = 7.35%

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

#A9140F (or 0xA9140F) is known color: Fire Brick. HEX triplet: A9, 14 and 0F. RGB value is (169,20,15). Sum of RGB (Red+Green+Blue) = 169+20+15=204 (27% of max value = 765). Red value is 169 (66.41% from 255 or 82.84% from 204); Green value is 20 (8.20% from 255 or 9.80% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 169 - color contains mainly: red. Hex color #A9140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A9140F is #56EBF0. Grayscale: #404040. Windows color (decimal): -5696497 or 988329. OLE color: 988329.

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

Color convert

RGB 169 20 15 -
CMYK 0 0.88 0.91 0.34
HSL 1.95º 0.84% 0.36% -
HSV(B) 1.95º 0.91% 0.66% -
XYZ 16.7 8.97 1.3 -
YUV 63.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 169 20 15 0 0.88 0.91 0.34 1.95 0.84 0.36
Hex A9 14 F 0 58 5B 22 2 54 24
Octal 251 24 17 0 130 133 42 2 124 44
Binary 10101001 10100 1111 0 1011000 1011011 100010 10 1010100 100100

Color Harmonies of #A9140F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9140F

Black with #A9140F

Text Example


Text Example

White with #A9140F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9140F; }

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

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

background-color css

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

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

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

border-color css

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

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

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