Html Css Color HEX #A8261E Fire Brick

📋 copy color: '#A8261E'

red 168 ◦ green 38 ◦ blue 30

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

Shades of Fire Brick #A8261E

Tints of Fire Brick #A8261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.71%

R = 71.19%
G = 16.1%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8261E (or 0xA8261E) is known color: Fire Brick. HEX triplet: A8, 26 and 1E. RGB value is (168,38,30). Sum of RGB (Red+Green+Blue) = 168+38+30=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8261E is #57D9E1. Grayscale: #4C4C4C. Windows color (decimal): -5757410 or 1975976. OLE color: 1975976.

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

Color convert

RGB 168 38 30 -
CMYK 0 0.77 0.82 0.34
HSL 3.48º 0.7% 0.39% -
HSV(B) 3.48º 0.82% 0.66% -
XYZ 17.08 9.8 2.22 -
YUV 75.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 168 38 30 0 0.77 0.82 0.34 3.48 0.7 0.39
Hex A8 26 1E 0 4D 52 22 3 46 27
Octal 250 46 36 0 115 122 42 3 106 47
Binary 10101000 100110 11110 0 1001101 1010010 100010 11 1000110 100111

Color Harmonies of #A8261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8261E

Black with #A8261E

Text Example


Text Example

White with #A8261E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8261E; }

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

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

background-color css

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

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

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

border-color css

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

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

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