Html Css Color HEX #A91614 Fire Brick

📋 copy color: '#A91614'

red 169 ◦ green 22 ◦ blue 20

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

Shades of Fire Brick #A91614

Tints of Fire Brick #A91614

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 20 (8.2% from 255) = 9.48%

R = 80.09%
G = 10.43%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A91614 (or 0xA91614) is known color: Fire Brick. HEX triplet: A9, 16 and 14. RGB value is (169,22,20). Sum of RGB (Red+Green+Blue) = 169+22+20=211 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.09% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 169 - color contains mainly: red. Hex color #A91614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91614 is #56E9EB. Grayscale: #414141. Windows color (decimal): -5695980 or 1316521. OLE color: 1316521.

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

Color convert

RGB 169 22 20 -
CMYK 0 0.87 0.88 0.34
HSL 0.81º 0.79% 0.37% -
HSV(B) 0.81º 0.88% 0.66% -
XYZ 16.78 9.06 1.53 -
YUV 65.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 169 22 20 0 0.87 0.88 0.34 0.81 0.79 0.37
Hex A9 16 14 0 57 58 22 1 4F 25
Octal 251 26 24 0 127 130 42 1 117 45
Binary 10101001 10110 10100 0 1010111 1011000 100010 1 1001111 100101

Color Harmonies of #A91614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91614

Black with #A91614

Text Example


Text Example

White with #A91614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91614; }

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

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

background-color css

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

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

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

border-color css

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

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

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