Html Css Color HEX #A6180F Fire Brick

📋 copy color: '#A6180F'

red 166 ◦ green 24 ◦ blue 15

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

Shades of Fire Brick #A6180F

Tints of Fire Brick #A6180F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.32%

R = 80.98%
G = 11.71%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6180F (or 0xA6180F) is known color: Fire Brick. HEX triplet: A6, 18 and 0F. RGB value is (166,24,15). Sum of RGB (Red+Green+Blue) = 166+24+15=205 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.98% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 166 - color contains mainly: red. Hex color #A6180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6180F is #59E7F0. Grayscale: #414141. Windows color (decimal): -5892081 or 989350. OLE color: 989350.

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

Color convert

RGB 166 24 15 -
CMYK 0 0.86 0.91 0.35
HSL 3.58º 0.83% 0.35% -
HSV(B) 3.58º 0.91% 0.65% -
XYZ 16.14 8.79 1.3 -
YUV 65.43 99.54 199.73 -
System Red Green Blue C M Y K H S L
Decimal 166 24 15 0 0.86 0.91 0.35 3.58 0.83 0.35
Hex A6 18 F 0 56 5B 23 4 53 23
Octal 246 30 17 0 126 133 43 4 123 43
Binary 10100110 11000 1111 0 1010110 1011011 100011 100 1010011 100011

Color Harmonies of #A6180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6180F

Black with #A6180F

Text Example


Text Example

White with #A6180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6180F; }

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

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

background-color css

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

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

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

border-color css

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

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

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