Html Css Color HEX #A6150B Fire Brick

📋 copy color: '#A6150B'

red 166 ◦ green 21 ◦ blue 11

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

Shades of Fire Brick #A6150B

Tints of Fire Brick #A6150B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.61%

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

R = 83.84%
G = 10.61%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6150B (or 0xA6150B) is known color: Fire Brick. HEX triplet: A6, 15 and 0B. RGB value is (166,21,11). Sum of RGB (Red+Green+Blue) = 166+21+11=198 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.84% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 11 (4.69% from 255 or 5.56% from 198); Max value from RGB is 166 - color contains mainly: red. Hex color #A6150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6150B is #59EAF4. Grayscale: #3F3F3F. Windows color (decimal): -5892853 or 726438. OLE color: 726438.

HSL color Cylindrical-coordinate representation of color #A6150B: hue angle of 3.87º 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 #A6150B is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 21 11 -
CMYK 0 0.87 0.93 0.35
HSL 3.87º 0.88% 0.35% -
HSV(B) 3.87º 0.93% 0.65% -
XYZ 16.05 8.67 1.14 -
YUV 63.22 98.54 201.31 -
System Red Green Blue C M Y K H S L
Decimal 166 21 11 0 0.87 0.93 0.35 3.87 0.88 0.35
Hex A6 15 B 0 57 5D 23 4 58 23
Octal 246 25 13 0 127 135 43 4 130 43
Binary 10100110 10101 1011 0 1010111 1011101 100011 100 1011000 100011

Color Harmonies of #A6150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6150B

Black with #A6150B

Text Example


Text Example

White with #A6150B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6150B; }

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

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

background-color css

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

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

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

border-color css

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

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

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