Html Css Color HEX #A6270B Fire Brick

📋 copy color: '#A6270B'

red 166 ◦ green 39 ◦ blue 11

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

Shades of Fire Brick #A6270B

Tints of Fire Brick #A6270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

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

R = 76.85%
G = 18.06%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6270B (or 0xA6270B) is known color: Fire Brick. HEX triplet: A6, 27 and 0B. RGB value is (166,39,11). Sum of RGB (Red+Green+Blue) = 166+39+11=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 11 (4.69% from 255 or 5.09% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6270B is #59D8F4. Grayscale: #4A4A4A. Windows color (decimal): -5888245 or 731046. OLE color: 731046.

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

Color convert

RGB 166 39 11 -
CMYK 0 0.77 0.93 0.35
HSL 10.84º 0.88% 0.35% -
HSV(B) 10.84º 0.93% 0.65% -
XYZ 16.51 9.58 1.3 -
YUV 73.78 92.58 193.78 -
System Red Green Blue C M Y K H S L
Decimal 166 39 11 0 0.77 0.93 0.35 10.84 0.88 0.35
Hex A6 27 B 0 4D 5D 23 B 58 23
Octal 246 47 13 0 115 135 43 13 130 43
Binary 10100110 100111 1011 0 1001101 1011101 100011 1011 1011000 100011

Color Harmonies of #A6270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6270B

Black with #A6270B

Text Example


Text Example

White with #A6270B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6270B; }

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

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

background-color css

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

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

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

border-color css

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

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

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