Html Css Color HEX #A82314 Fire Brick

📋 copy color: '#A82314'

red 168 ◦ green 35 ◦ blue 20

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

Shades of Fire Brick #A82314

Tints of Fire Brick #A82314

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.7%

 BLUE value IS 20 (8.2% from 255) = 8.97%

R = 75.34%
G = 15.7%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A82314 (or 0xA82314) is known color: Fire Brick. HEX triplet: A8, 23 and 14. RGB value is (168,35,20). Sum of RGB (Red+Green+Blue) = 168+35+20=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 20 (8.20% from 255 or 8.97% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A82314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82314 is #57DCEB. Grayscale: #494949. Windows color (decimal): -5758188 or 1319848. OLE color: 1319848.

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

Color convert

RGB 168 35 20 -
CMYK 0 0.79 0.88 0.34
HSL 6.08º 0.79% 0.37% -
HSV(B) 6.08º 0.88% 0.66% -
XYZ 16.88 9.58 1.62 -
YUV 73.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 168 35 20 0 0.79 0.88 0.34 6.08 0.79 0.37
Hex A8 23 14 0 4F 58 22 6 4F 25
Octal 250 43 24 0 117 130 42 6 117 45
Binary 10101000 100011 10100 0 1001111 1011000 100010 110 1001111 100101

Color Harmonies of #A82314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82314

Black with #A82314

Text Example


Text Example

White with #A82314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82314; }

 p { color: rgb(168,35,20); }

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

background-color css

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

 a { background-color: rgb(168,35,20); }

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

border-color css

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

 span { border-color: rgb(168,35,20); }

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