Html Css Color HEX #A82C10 Fire Brick

📋 copy color: '#A82C10'

red 168 ◦ green 44 ◦ blue 16

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

Shades of Fire Brick #A82C10

Tints of Fire Brick #A82C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 73.68%
G = 19.3%
B = 7.02%

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

#A82C10 (or 0xA82C10) is known color: Fire Brick. HEX triplet: A8, 2C and 10. RGB value is (168,44,16). Sum of RGB (Red+Green+Blue) = 168+44+16=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C10 is #57D3EF. Grayscale: #4E4E4E. Windows color (decimal): -5755888 or 1060008. OLE color: 1060008.

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

Color convert

RGB 168 44 16 -
CMYK 0 0.74 0.90 0.34
HSL 11.05º 0.83% 0.36% -
HSV(B) 11.05º 0.9% 0.66% -
XYZ 17.14 10.16 1.55 -
YUV 77.88 93.08 192.28 -
System Red Green Blue C M Y K H S L
Decimal 168 44 16 0 0.74 0.90 0.34 11.05 0.83 0.36
Hex A8 2C 10 0 4A 5A 22 B 53 24
Octal 250 54 20 0 112 132 42 13 123 44
Binary 10101000 101100 10000 0 1001010 1011010 100010 1011 1010011 100100

Color Harmonies of #A82C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C10

Black with #A82C10

Text Example


Text Example

White with #A82C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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