Html Css Color HEX #A6280D Fire Brick

📋 copy color: '#A6280D'

red 166 ◦ green 40 ◦ blue 13

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

Shades of Fire Brick #A6280D

Tints of Fire Brick #A6280D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

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

R = 75.8%
G = 18.26%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6280D (or 0xA6280D) is known color: Fire Brick. HEX triplet: A6, 28 and 0D. RGB value is (166,40,13). Sum of RGB (Red+Green+Blue) = 166+40+13=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A6280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6280D is #59D7F2. Grayscale: #4A4A4A. Windows color (decimal): -5887987 or 862374. OLE color: 862374.

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

Color convert

RGB 166 40 13 -
CMYK 0 0.76 0.92 0.35
HSL 10.59º 0.85% 0.35% -
HSV(B) 10.59º 0.92% 0.65% -
XYZ 16.56 9.65 1.37 -
YUV 74.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 166 40 13 0 0.76 0.92 0.35 10.59 0.85 0.35
Hex A6 28 D 0 4C 5C 23 B 55 23
Octal 246 50 15 0 114 134 43 13 125 43
Binary 10100110 101000 1101 0 1001100 1011100 100011 1011 1010101 100011

Color Harmonies of #A6280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6280D

Black with #A6280D

Text Example


Text Example

White with #A6280D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6280D; }

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

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

background-color css

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

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

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

border-color css

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

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

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