Html Css Color HEX #A8281A Fire Brick

📋 copy color: '#A8281A'

red 168 ◦ green 40 ◦ blue 26

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

Shades of Fire Brick #A8281A

Tints of Fire Brick #A8281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.11%

R = 71.79%
G = 17.09%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8281A (or 0xA8281A) is known color: Fire Brick. HEX triplet: A8, 28 and 1A. RGB value is (168,40,26). Sum of RGB (Red+Green+Blue) = 168+40+26=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 26 (10.55% from 255 or 11.11% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8281A is #57D7E5. Grayscale: #4C4C4C. Windows color (decimal): -5756902 or 1714344. OLE color: 1714344.

HSL color Cylindrical-coordinate representation of color #A8281A: hue angle of 5.92º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A8281A is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 40 26 -
CMYK 0 0.76 0.85 0.34
HSL 5.92º 0.73% 0.38% -
HSV(B) 5.92º 0.85% 0.66% -
XYZ 17.09 9.92 1.99 -
YUV 76.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 168 40 26 0 0.76 0.85 0.34 5.92 0.73 0.38
Hex A8 28 1A 0 4C 55 22 6 49 26
Octal 250 50 32 0 114 125 42 6 111 46
Binary 10101000 101000 11010 0 1001100 1010101 100010 110 1001001 100110

Color Harmonies of #A8281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8281A

Black with #A8281A

Text Example


Text Example

White with #A8281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8281A; }

 p { color: rgb(168,40,26); }

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

background-color css

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

 a { background-color: rgb(168,40,26); }

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

border-color css

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

 span { border-color: rgb(168,40,26); }

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