Html Css Color HEX #A6120F Fire Brick

📋 copy color: '#A6120F'

red 166 ◦ green 18 ◦ blue 15

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

Shades of Fire Brick #A6120F

Tints of Fire Brick #A6120F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.05%

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

R = 83.42%
G = 9.05%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6120F (or 0xA6120F) is known color: Fire Brick. HEX triplet: A6, 12 and 0F. RGB value is (166,18,15). Sum of RGB (Red+Green+Blue) = 166+18+15=199 (26% of max value = 765). Red value is 166 (65.23% from 255 or 83.42% from 199); Green value is 18 (7.42% from 255 or 9.05% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 166 - color contains mainly: red. Hex color #A6120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A6120F is #59EDF0. Grayscale: #3E3E3E. Windows color (decimal): -5893617 or 987814. OLE color: 987814.

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

Color convert

RGB 166 18 15 -
CMYK 0 0.89 0.91 0.35
HSL 1.19º 0.83% 0.35% -
HSV(B) 1.19º 0.91% 0.65% -
XYZ 16.03 8.57 1.26 -
YUV 61.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 166 18 15 0 0.89 0.91 0.35 1.19 0.83 0.35
Hex A6 12 F 0 59 5B 23 1 53 23
Octal 246 22 17 0 131 133 43 1 123 43
Binary 10100110 10010 1111 0 1011001 1011011 100011 1 1010011 100011

Color Harmonies of #A6120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6120F

Black with #A6120F

Text Example


Text Example

White with #A6120F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6120F; }

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

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

background-color css

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

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

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

border-color css

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

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

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