Html Css Color HEX #A91613 Fire Brick

📋 copy color: '#A91613'

red 169 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #A91613

Tints of Fire Brick #A91613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.05%

R = 80.48%
G = 10.48%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A91613 (or 0xA91613) is known color: Fire Brick. HEX triplet: A9, 16 and 13. RGB value is (169,22,19). Sum of RGB (Red+Green+Blue) = 169+22+19=210 (27% of max value = 765). Red value is 169 (66.41% from 255 or 80.48% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 169 - color contains mainly: red. Hex color #A91613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A91613 is #56E9EC. Grayscale: #414141. Windows color (decimal): -5695981 or 1250985. OLE color: 1250985.

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

Color convert

RGB 169 22 19 -
CMYK 0 0.87 0.89 0.34
HSL 1.2º 0.8% 0.37% -
HSV(B) 1.2º 0.89% 0.66% -
XYZ 16.77 9.06 1.48 -
YUV 65.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 169 22 19 0 0.87 0.89 0.34 1.2 0.8 0.37
Hex A9 16 13 0 57 59 22 1 50 25
Octal 251 26 23 0 127 131 42 1 120 45
Binary 10101001 10110 10011 0 1010111 1011001 100010 1 1010000 100101

Color Harmonies of #A91613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A91613

Black with #A91613

Text Example


Text Example

White with #A91613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A91613; }

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

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

background-color css

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

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

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

border-color css

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

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

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