Html Css Color HEX #A6270D Fire Brick

📋 copy color: '#A6270D'

red 166 ◦ green 39 ◦ blue 13

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

Shades of Fire Brick #A6270D

Tints of Fire Brick #A6270D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.96%

R = 76.15%
G = 17.89%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6270D (or 0xA6270D) is known color: Fire Brick. HEX triplet: A6, 27 and 0D. RGB value is (166,39,13). Sum of RGB (Red+Green+Blue) = 166+39+13=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 13 (5.47% from 255 or 5.96% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A6270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6270D is #59D8F2. Grayscale: #4A4A4A. Windows color (decimal): -5888243 or 862118. OLE color: 862118.

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

Color convert

RGB 166 39 13 -
CMYK 0 0.77 0.92 0.35
HSL 10.2º 0.85% 0.35% -
HSV(B) 10.2º 0.92% 0.65% -
XYZ 16.52 9.59 1.36 -
YUV 74.01 93.58 193.61 -
System Red Green Blue C M Y K H S L
Decimal 166 39 13 0 0.77 0.92 0.35 10.2 0.85 0.35
Hex A6 27 D 0 4D 5C 23 A 55 23
Octal 246 47 15 0 115 134 43 12 125 43
Binary 10100110 100111 1101 0 1001101 1011100 100011 1010 1010101 100011

Color Harmonies of #A6270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6270D

Black with #A6270D

Text Example


Text Example

White with #A6270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6270D; }

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

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

background-color css

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

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

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

border-color css

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

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

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