Html Css Color HEX #A82118 Fire Brick

📋 copy color: '#A82118'

red 168 ◦ green 33 ◦ blue 24

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

Shades of Fire Brick #A82118

Tints of Fire Brick #A82118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

 BLUE value IS 24 (9.77% from 255) = 10.67%

R = 74.67%
G = 14.67%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A82118 (or 0xA82118) is known color: Fire Brick. HEX triplet: A8, 21 and 18. RGB value is (168,33,24). Sum of RGB (Red+Green+Blue) = 168+33+24=225 (29% of max value = 765). Red value is 168 (66.02% from 255 or 74.67% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 24 (9.77% from 255 or 10.67% from 225); Max value from RGB is 168 - color contains mainly: red. Hex color #A82118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82118 is #57DEE7. Grayscale: #484848. Windows color (decimal): -5758696 or 1581480. OLE color: 1581480.

HSL color Cylindrical-coordinate representation of color #A82118: hue angle of 3.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A82118 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 33 24 -
CMYK 0 0.80 0.86 0.34
HSL 3.75º 0.75% 0.38% -
HSV(B) 3.75º 0.86% 0.66% -
XYZ 16.86 9.48 1.81 -
YUV 72.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 168 33 24 0 0.80 0.86 0.34 3.75 0.75 0.38
Hex A8 21 18 0 50 56 22 4 4B 26
Octal 250 41 30 0 120 126 42 4 113 46
Binary 10101000 100001 11000 0 1010000 1010110 100010 100 1001011 100110

Color Harmonies of #A82118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82118

Black with #A82118

Text Example


Text Example

White with #A82118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82118; }

 p { color: rgb(168,33,24); }

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

background-color css

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

 a { background-color: rgb(168,33,24); }

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

border-color css

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

 span { border-color: rgb(168,33,24); }

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