Html Css Color HEX #A81812 Fire Brick

📋 copy color: '#A81812'

red 168 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #A81812

Tints of Fire Brick #A81812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 18 (7.42% from 255) = 8.57%

R = 80%
G = 11.43%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A81812 (or 0xA81812) is known color: Fire Brick. HEX triplet: A8, 18 and 12. RGB value is (168,24,18). Sum of RGB (Red+Green+Blue) = 168+24+18=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 18 (7.42% from 255 or 8.57% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A81812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A81812 is #57E7ED. Grayscale: #424242. Windows color (decimal): -5761006 or 1185960. OLE color: 1185960.

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

Color convert

RGB 168 24 18 -
CMYK 0 0.86 0.89 0.34
HSL 2.4º 0.81% 0.36% -
HSV(B) 2.4º 0.89% 0.66% -
XYZ 16.58 9.02 1.44 -
YUV 66.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 168 24 18 0 0.86 0.89 0.34 2.4 0.81 0.36
Hex A8 18 12 0 56 59 22 2 51 24
Octal 250 30 22 0 126 131 42 2 121 44
Binary 10101000 11000 10010 0 1010110 1011001 100010 10 1010001 100100

Color Harmonies of #A81812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81812

Black with #A81812

Text Example


Text Example

White with #A81812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81812; }

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

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

background-color css

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

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

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

border-color css

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

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

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