Html Css Color HEX #A61812 Fire Brick

📋 copy color: '#A61812'

red 166 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #A61812

Tints of Fire Brick #A61812

RGB

 RED value IS 166 (65.23% from 255) = 79.81%

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

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

R = 79.81%
G = 11.54%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A61812 (or 0xA61812) is known color: Fire Brick. HEX triplet: A6, 18 and 12. RGB value is (166,24,18). Sum of RGB (Red+Green+Blue) = 166+24+18=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A61812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A61812 is #59E7ED. Grayscale: #414141. Windows color (decimal): -5892078 or 1185958. OLE color: 1185958.

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

Color convert

RGB 166 24 18 -
CMYK 0 0.86 0.89 0.35
HSL 2.43º 0.8% 0.36% -
HSV(B) 2.43º 0.89% 0.65% -
XYZ 16.16 8.8 1.42 -
YUV 65.77 101.04 199.49 -
System Red Green Blue C M Y K H S L
Decimal 166 24 18 0 0.86 0.89 0.35 2.43 0.8 0.36
Hex A6 18 12 0 56 59 23 2 50 24
Octal 246 30 22 0 126 131 43 2 120 44
Binary 10100110 11000 10010 0 1010110 1011001 100011 10 1010000 100100

Color Harmonies of #A61812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A61812

Black with #A61812

Text Example


Text Example

White with #A61812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A61812; }

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

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

background-color css

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

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

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

border-color css

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

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

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