Html Css Color HEX #A82719 Fire Brick

📋 copy color: '#A82719'

red 168 ◦ green 39 ◦ blue 25

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

Shades of Fire Brick #A82719

Tints of Fire Brick #A82719

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 72.41%
G = 16.81%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A82719 (or 0xA82719) is known color: Fire Brick. HEX triplet: A8, 27 and 19. RGB value is (168,39,25). Sum of RGB (Red+Green+Blue) = 168+39+25=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 25 (10.16% from 255 or 10.78% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A82719 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82719 is #57D8E6. Grayscale: #4C4C4C. Windows color (decimal): -5757159 or 1648552. OLE color: 1648552.

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

Color convert

RGB 168 39 25 -
CMYK 0 0.77 0.85 0.34
HSL 5.87º 0.74% 0.38% -
HSV(B) 5.87º 0.85% 0.66% -
XYZ 17.05 9.85 1.92 -
YUV 75.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 168 39 25 0 0.77 0.85 0.34 5.87 0.74 0.38
Hex A8 27 19 0 4D 55 22 6 4A 26
Octal 250 47 31 0 115 125 42 6 112 46
Binary 10101000 100111 11001 0 1001101 1010101 100010 110 1001010 100110

Color Harmonies of #A82719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82719

Black with #A82719

Text Example


Text Example

White with #A82719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82719; }

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

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

background-color css

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

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

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

border-color css

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

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

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