Html Css Color HEX #A82C13 Fire Brick

📋 copy color: '#A82C13'

red 168 ◦ green 44 ◦ blue 19

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

Shades of Fire Brick #A82C13

Tints of Fire Brick #A82C13

RGB

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

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

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

R = 72.73%
G = 19.05%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A82C13 (or 0xA82C13) is known color: Fire Brick. HEX triplet: A8, 2C and 13. RGB value is (168,44,19). Sum of RGB (Red+Green+Blue) = 168+44+19=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 44 (17.58% from 255 or 19.05% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C13 is #57D3EC. Grayscale: #4E4E4E. Windows color (decimal): -5755885 or 1256616. OLE color: 1256616.

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

Color convert

RGB 168 44 19 -
CMYK 0 0.74 0.89 0.34
HSL 10.07º 0.8% 0.37% -
HSV(B) 10.07º 0.89% 0.66% -
XYZ 17.17 10.17 1.67 -
YUV 78.23 94.58 192.03 -
System Red Green Blue C M Y K H S L
Decimal 168 44 19 0 0.74 0.89 0.34 10.07 0.8 0.37
Hex A8 2C 13 0 4A 59 22 A 50 25
Octal 250 54 23 0 112 131 42 12 120 45
Binary 10101000 101100 10011 0 1001010 1011001 100010 1010 1010000 100101

Color Harmonies of #A82C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C13

Black with #A82C13

Text Example


Text Example

White with #A82C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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