Html Css Color HEX #A82C11 Fire Brick

📋 copy color: '#A82C11'

red 168 ◦ green 44 ◦ blue 17

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

Shades of Fire Brick #A82C11

Tints of Fire Brick #A82C11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.42%

R = 73.36%
G = 19.21%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A82C11 (or 0xA82C11) is known color: Fire Brick. HEX triplet: A8, 2C and 11. RGB value is (168,44,17). Sum of RGB (Red+Green+Blue) = 168+44+17=229 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.36% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C11 is #57D3EE. Grayscale: #4E4E4E. Windows color (decimal): -5755887 or 1125544. OLE color: 1125544.

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

Color convert

RGB 168 44 17 -
CMYK 0 0.74 0.90 0.34
HSL 10.73º 0.82% 0.36% -
HSV(B) 10.73º 0.9% 0.66% -
XYZ 17.15 10.17 1.59 -
YUV 78 93.58 192.2 -
System Red Green Blue C M Y K H S L
Decimal 168 44 17 0 0.74 0.90 0.34 10.73 0.82 0.36
Hex A8 2C 11 0 4A 5A 22 B 52 24
Octal 250 54 21 0 112 132 42 13 122 44
Binary 10101000 101100 10001 0 1001010 1011010 100010 1011 1010010 100100

Color Harmonies of #A82C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C11

Black with #A82C11

Text Example


Text Example

White with #A82C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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