Html Css Color HEX #A8260D Fire Brick

📋 copy color: '#A8260D'

red 168 ◦ green 38 ◦ blue 13

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

Shades of Fire Brick #A8260D

Tints of Fire Brick #A8260D

RGB

 RED value IS 168 (66.02% from 255) = 76.71%

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

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

R = 76.71%
G = 17.35%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8260D (or 0xA8260D) is known color: Fire Brick. HEX triplet: A8, 26 and 0D. RGB value is (168,38,13). Sum of RGB (Red+Green+Blue) = 168+38+13=219 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.71% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 13 (5.47% from 255 or 5.94% from 219); Max value from RGB is 168 - color contains mainly: red. Hex color #A8260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8260D is #57D9F2. Grayscale: #4A4A4A. Windows color (decimal): -5757427 or 861864. OLE color: 861864.

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

Color convert

RGB 168 38 13 -
CMYK 0 0.77 0.92 0.34
HSL 9.68º 0.86% 0.35% -
HSV(B) 9.68º 0.92% 0.66% -
XYZ 16.91 9.74 1.37 -
YUV 74.02 93.57 195.03 -
System Red Green Blue C M Y K H S L
Decimal 168 38 13 0 0.77 0.92 0.34 9.68 0.86 0.35
Hex A8 26 D 0 4D 5C 22 A 56 23
Octal 250 46 15 0 115 134 42 12 126 43
Binary 10101000 100110 1101 0 1001101 1011100 100010 1010 1010110 100011

Color Harmonies of #A8260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8260D

Black with #A8260D

Text Example


Text Example

White with #A8260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8260D; }

 p { color: rgb(168,38,13); }

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

background-color css

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

 a { background-color: rgb(168,38,13); }

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

border-color css

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

 span { border-color: rgb(168,38,13); }

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