Html Css Color HEX #A8260C Fire Brick

📋 copy color: '#A8260C'

red 168 ◦ green 38 ◦ blue 12

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

Shades of Fire Brick #A8260C

Tints of Fire Brick #A8260C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.5%

R = 77.06%
G = 17.43%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8260C (or 0xA8260C) is known color: Fire Brick. HEX triplet: A8, 26 and 0C. RGB value is (168,38,12). Sum of RGB (Red+Green+Blue) = 168+38+12=218 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.06% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 168 - color contains mainly: red. Hex color #A8260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8260C is #57D9F3. Grayscale: #4A4A4A. Windows color (decimal): -5757428 or 796328. OLE color: 796328.

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

Color convert

RGB 168 38 12 -
CMYK 0 0.77 0.93 0.34
HSL 10º 0.87% 0.35% -
HSV(B) 10º 0.93% 0.66% -
XYZ 16.91 9.74 1.34 -
YUV 73.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 168 38 12 0 0.77 0.93 0.34 10 0.87 0.35
Hex A8 26 C 0 4D 5D 22 A 57 23
Octal 250 46 14 0 115 135 42 12 127 43
Binary 10101000 100110 1100 0 1001101 1011101 100010 1010 1010111 100011

Color Harmonies of #A8260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8260C

Black with #A8260C

Text Example


Text Example

White with #A8260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8260C; }

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

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

background-color css

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

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

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

border-color css

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

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

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