Html Css Color HEX #A6260F Fire Brick

📋 copy color: '#A6260F'

red 166 ◦ green 38 ◦ blue 15

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

Shades of Fire Brick #A6260F

Tints of Fire Brick #A6260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.35%

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

R = 75.8%
G = 17.35%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6260F (or 0xA6260F) is known color: Fire Brick. HEX triplet: A6, 26 and 0F. RGB value is (166,38,15). Sum of RGB (Red+Green+Blue) = 166+38+15=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A6260F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6260F is #59D9F0. Grayscale: #494949. Windows color (decimal): -5888497 or 992934. OLE color: 992934.

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

Color convert

RGB 166 38 15 -
CMYK 0 0.77 0.91 0.35
HSL 9.14º 0.83% 0.35% -
HSV(B) 9.14º 0.91% 0.65% -
XYZ 16.51 9.53 1.42 -
YUV 73.65 94.91 193.87 -
System Red Green Blue C M Y K H S L
Decimal 166 38 15 0 0.77 0.91 0.35 9.14 0.83 0.35
Hex A6 26 F 0 4D 5B 23 9 53 23
Octal 246 46 17 0 115 133 43 11 123 43
Binary 10100110 100110 1111 0 1001101 1011011 100011 1001 1010011 100011

Color Harmonies of #A6260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6260F

Black with #A6260F

Text Example


Text Example

White with #A6260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6260F; }

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

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

background-color css

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

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

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

border-color css

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

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

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