Html Css Color HEX #A6261A Fire Brick

📋 copy color: '#A6261A'

red 166 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #A6261A

Tints of Fire Brick #A6261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 72.17%
G = 16.52%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A6261A (or 0xA6261A) is known color: Fire Brick. HEX triplet: A6, 26 and 1A. RGB value is (166,38,26). Sum of RGB (Red+Green+Blue) = 166+38+26=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 38 (15.23% from 255 or 16.52% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A6261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6261A is #59D9E5. Grayscale: #4B4B4B. Windows color (decimal): -5888486 or 1713830. OLE color: 1713830.

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

Color convert

RGB 166 38 26 -
CMYK 0 0.77 0.84 0.35
HSL 5.14º 0.73% 0.38% -
HSV(B) 5.14º 0.84% 0.65% -
XYZ 16.61 9.57 1.95 -
YUV 74.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 166 38 26 0 0.77 0.84 0.35 5.14 0.73 0.38
Hex A6 26 1A 0 4D 54 23 5 49 26
Octal 246 46 32 0 115 124 43 5 111 46
Binary 10100110 100110 11010 0 1001101 1010100 100011 101 1001001 100110

Color Harmonies of #A6261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6261A

Black with #A6261A

Text Example


Text Example

White with #A6261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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