Html Css Color HEX #A6261B Fire Brick

📋 copy color: '#A6261B'

red 166 ◦ green 38 ◦ blue 27

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

Shades of Fire Brick #A6261B

Tints of Fire Brick #A6261B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 71.86%
G = 16.45%
B = 11.69%

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

#A6261B (or 0xA6261B) is known color: Fire Brick. HEX triplet: A6, 26 and 1B. RGB value is (166,38,27). Sum of RGB (Red+Green+Blue) = 166+38+27=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6261B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A6261B is #59D9E4. Grayscale: #4B4B4B. Windows color (decimal): -5888485 or 1779366. OLE color: 1779366.

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

Color convert

RGB 166 38 27 -
CMYK 0 0.77 0.84 0.35
HSL 4.75º 0.72% 0.38% -
HSV(B) 4.75º 0.84% 0.65% -
XYZ 16.62 9.57 2.01 -
YUV 75.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 166 38 27 0 0.77 0.84 0.35 4.75 0.72 0.38
Hex A6 26 1B 0 4D 54 23 5 48 26
Octal 246 46 33 0 115 124 43 5 110 46
Binary 10100110 100110 11011 0 1001101 1010100 100011 101 1001000 100110

Color Harmonies of #A6261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6261B

Black with #A6261B

Text Example


Text Example

White with #A6261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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