Html Css Color HEX #A82910 Fire Brick

📋 copy color: '#A82910'

red 168 ◦ green 41 ◦ blue 16

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

Shades of Fire Brick #A82910

Tints of Fire Brick #A82910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 74.67%
G = 18.22%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A82910 (or 0xA82910) is known color: Fire Brick. HEX triplet: A8, 29 and 10. RGB value is (168,41,16). Sum of RGB (Red+Green+Blue) = 168+41+16=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82910 is #57D6EF. Grayscale: #4C4C4C. Windows color (decimal): -5756656 or 1059240. OLE color: 1059240.

HSL color Cylindrical-coordinate representation of color #A82910: hue angle of 9.87º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A82910 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 16 -
CMYK 0 0.76 0.90 0.34
HSL 9.87º 0.83% 0.36% -
HSV(B) 9.87º 0.9% 0.66% -
XYZ 17.03 9.95 1.51 -
YUV 76.12 94.08 193.53 -
System Red Green Blue C M Y K H S L
Decimal 168 41 16 0 0.76 0.90 0.34 9.87 0.83 0.36
Hex A8 29 10 0 4C 5A 22 A 53 24
Octal 250 51 20 0 114 132 42 12 123 44
Binary 10101000 101001 10000 0 1001100 1011010 100010 1010 1010011 100100

Color Harmonies of #A82910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82910

Black with #A82910

Text Example


Text Example

White with #A82910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82910; }

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

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

background-color css

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

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

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

border-color css

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

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

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