Html Css Color HEX #A6190B Fire Brick

📋 copy color: '#A6190B'

red 166 ◦ green 25 ◦ blue 11

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

Shades of Fire Brick #A6190B

Tints of Fire Brick #A6190B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.38%

 BLUE value IS 11 (4.69% from 255) = 5.45%

R = 82.18%
G = 12.38%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6190B (or 0xA6190B) is known color: Fire Brick. HEX triplet: A6, 19 and 0B. RGB value is (166,25,11). Sum of RGB (Red+Green+Blue) = 166+25+11=202 (26% of max value = 765). Red value is 166 (65.23% from 255 or 82.18% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 166 - color contains mainly: red. Hex color #A6190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6190B is #59E6F4. Grayscale: #414141. Windows color (decimal): -5891829 or 727462. OLE color: 727462.

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

Color convert

RGB 166 25 11 -
CMYK 0 0.85 0.93 0.35
HSL 5.42º 0.88% 0.35% -
HSV(B) 5.42º 0.93% 0.65% -
XYZ 16.13 8.83 1.17 -
YUV 65.56 97.21 199.64 -
System Red Green Blue C M Y K H S L
Decimal 166 25 11 0 0.85 0.93 0.35 5.42 0.88 0.35
Hex A6 19 B 0 55 5D 23 5 58 23
Octal 246 31 13 0 125 135 43 5 130 43
Binary 10100110 11001 1011 0 1010101 1011101 100011 101 1011000 100011

Color Harmonies of #A6190B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6190B

Black with #A6190B

Text Example


Text Example

White with #A6190B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6190B; }

 p { color: rgb(166,25,11); }

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

background-color css

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

 a { background-color: rgb(166,25,11); }

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

border-color css

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

 span { border-color: rgb(166,25,11); }

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