Html Css Color HEX #A82813 Fire Brick

📋 copy color: '#A82813'

red 168 ◦ green 40 ◦ blue 19

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

Shades of Fire Brick #A82813

Tints of Fire Brick #A82813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.62%

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

R = 74.01%
G = 17.62%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82813 (or 0xA82813) is known color: Fire Brick. HEX triplet: A8, 28 and 13. RGB value is (168,40,19). Sum of RGB (Red+Green+Blue) = 168+40+19=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 19 (7.81% from 255 or 8.37% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A82813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82813 is #57D7EC. Grayscale: #4C4C4C. Windows color (decimal): -5756909 or 1255592. OLE color: 1255592.

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

Color convert

RGB 168 40 19 -
CMYK 0 0.76 0.89 0.34
HSL 8.46º 0.8% 0.37% -
HSV(B) 8.46º 0.89% 0.66% -
XYZ 17.02 9.89 1.63 -
YUV 75.88 95.91 193.71 -
System Red Green Blue C M Y K H S L
Decimal 168 40 19 0 0.76 0.89 0.34 8.46 0.8 0.37
Hex A8 28 13 0 4C 59 22 8 50 25
Octal 250 50 23 0 114 131 42 10 120 45
Binary 10101000 101000 10011 0 1001100 1011001 100010 1000 1010000 100101

Color Harmonies of #A82813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82813

Black with #A82813

Text Example


Text Example

White with #A82813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82813; }

 p { color: rgb(168,40,19); }

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

background-color css

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

 a { background-color: rgb(168,40,19); }

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

border-color css

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

 span { border-color: rgb(168,40,19); }

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