Html Css Color HEX #A6250D Fire Brick

📋 copy color: '#A6250D'

red 166 ◦ green 37 ◦ blue 13

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

Shades of Fire Brick #A6250D

Tints of Fire Brick #A6250D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

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

R = 76.85%
G = 17.13%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6250D (or 0xA6250D) is known color: Fire Brick. HEX triplet: A6, 25 and 0D. RGB value is (166,37,13). Sum of RGB (Red+Green+Blue) = 166+37+13=216 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.85% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 166 - color contains mainly: red. Hex color #A6250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6250D is #59DAF2. Grayscale: #494949. Windows color (decimal): -5888755 or 861606. OLE color: 861606.

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

Color convert

RGB 166 37 13 -
CMYK 0 0.78 0.92 0.35
HSL 9.41º 0.85% 0.35% -
HSV(B) 9.41º 0.92% 0.65% -
XYZ 16.46 9.46 1.34 -
YUV 72.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 166 37 13 0 0.78 0.92 0.35 9.41 0.85 0.35
Hex A6 25 D 0 4E 5C 23 9 55 23
Octal 246 45 15 0 116 134 43 11 125 43
Binary 10100110 100101 1101 0 1001110 1011100 100011 1001 1010101 100011

Color Harmonies of #A6250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6250D

Black with #A6250D

Text Example


Text Example

White with #A6250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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