Html Css Color HEX #A82C14 Fire Brick

📋 copy color: '#A82C14'

red 168 ◦ green 44 ◦ blue 20

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

Shades of Fire Brick #A82C14

Tints of Fire Brick #A82C14

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.97%

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

R = 72.41%
G = 18.97%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A82C14 (or 0xA82C14) is known color: Fire Brick. HEX triplet: A8, 2C and 14. RGB value is (168,44,20). Sum of RGB (Red+Green+Blue) = 168+44+20=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C14 is #57D3EB. Grayscale: #4E4E4E. Windows color (decimal): -5755884 or 1322152. OLE color: 1322152.

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

Color convert

RGB 168 44 20 -
CMYK 0 0.74 0.88 0.34
HSL 9.73º 0.79% 0.37% -
HSV(B) 9.73º 0.88% 0.66% -
XYZ 17.18 10.18 1.72 -
YUV 78.34 95.08 191.95 -
System Red Green Blue C M Y K H S L
Decimal 168 44 20 0 0.74 0.88 0.34 9.73 0.79 0.37
Hex A8 2C 14 0 4A 58 22 A 4F 25
Octal 250 54 24 0 112 130 42 12 117 45
Binary 10101000 101100 10100 0 1001010 1011000 100010 1010 1001111 100101

Color Harmonies of #A82C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C14

Black with #A82C14

Text Example


Text Example

White with #A82C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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