Html Css Color HEX #A6130A Fire Brick

📋 copy color: '#A6130A'

red 166 ◦ green 19 ◦ blue 10

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

Shades of Fire Brick #A6130A

Tints of Fire Brick #A6130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

 BLUE value IS 10 (4.3% from 255) = 5.13%

R = 85.13%
G = 9.74%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.35

RGB Variations

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

Color information

#A6130A (or 0xA6130A) is known color: Fire Brick. HEX triplet: A6, 13 and 0A. RGB value is (166,19,10). Sum of RGB (Red+Green+Blue) = 166+19+10=195 (25% of max value = 765). Red value is 166 (65.23% from 255 or 85.13% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 166 - color contains mainly: red. Hex color #A6130A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6130A is #59ECF5. Grayscale: #3E3E3E. Windows color (decimal): -5893366 or 660390. OLE color: 660390.

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

Color convert

RGB 166 19 10 -
CMYK 0 0.89 0.94 0.35
HSL 3.46º 0.89% 0.35% -
HSV(B) 3.46º 0.94% 0.65% -
XYZ 16.01 8.59 1.1 -
YUV 61.93 98.7 202.23 -
System Red Green Blue C M Y K H S L
Decimal 166 19 10 0 0.89 0.94 0.35 3.46 0.89 0.35
Hex A6 13 A 0 59 5E 23 3 59 23
Octal 246 23 12 0 131 136 43 3 131 43
Binary 10100110 10011 1010 0 1011001 1011110 100011 11 1011001 100011

Color Harmonies of #A6130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6130A

Black with #A6130A

Text Example


Text Example

White with #A6130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6130A; }

 p { color: rgb(166,19,10); }

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

background-color css

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

 a { background-color: rgb(166,19,10); }

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

border-color css

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

 span { border-color: rgb(166,19,10); }

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