Html Css Color HEX #A82919 Fire Brick

📋 copy color: '#A82919'

red 168 ◦ green 41 ◦ blue 25

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

Shades of Fire Brick #A82919

Tints of Fire Brick #A82919

RGB

 RED value IS 168 (66.02% from 255) = 71.79%

 GREEN value IS 41 (16.41% from 255) = 17.52%

 BLUE value IS 25 (10.16% from 255) = 10.68%

R = 71.79%
G = 17.52%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A82919 (or 0xA82919) is known color: Fire Brick. HEX triplet: A8, 29 and 19. RGB value is (168,41,25). Sum of RGB (Red+Green+Blue) = 168+41+25=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A82919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82919 is #57D6E6. Grayscale: #4D4D4D. Windows color (decimal): -5756647 or 1649064. OLE color: 1649064.

HSL color Cylindrical-coordinate representation of color #A82919: hue angle of 6.71º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A82919 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 25 -
CMYK 0 0.76 0.85 0.34
HSL 6.71º 0.74% 0.38% -
HSV(B) 6.71º 0.85% 0.66% -
XYZ 17.12 9.98 1.94 -
YUV 77.15 98.58 192.8 -
System Red Green Blue C M Y K H S L
Decimal 168 41 25 0 0.76 0.85 0.34 6.71 0.74 0.38
Hex A8 29 19 0 4C 55 22 7 4A 26
Octal 250 51 31 0 114 125 42 7 112 46
Binary 10101000 101001 11001 0 1001100 1010101 100010 111 1001010 100110

Color Harmonies of #A82919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82919

Black with #A82919

Text Example


Text Example

White with #A82919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82919; }

 p { color: rgb(168,41,25); }

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

background-color css

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

 a { background-color: rgb(168,41,25); }

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

border-color css

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

 span { border-color: rgb(168,41,25); }

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