Html Css Color HEX #A8270E Fire Brick

📋 copy color: '#A8270E'

red 168 ◦ green 39 ◦ blue 14

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

Shades of Fire Brick #A8270E

Tints of Fire Brick #A8270E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.65%

 BLUE value IS 14 (5.86% from 255) = 6.33%

R = 76.02%
G = 17.65%
B = 6.33%

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

#A8270E (or 0xA8270E) is known color: Fire Brick. HEX triplet: A8, 27 and 0E. RGB value is (168,39,14). Sum of RGB (Red+Green+Blue) = 168+39+14=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A8270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8270E is #57D8F1. Grayscale: #4A4A4A. Windows color (decimal): -5757170 or 927656. OLE color: 927656.

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

Color convert

RGB 168 39 14 -
CMYK 0 0.77 0.92 0.34
HSL 9.74º 0.85% 0.36% -
HSV(B) 9.74º 0.92% 0.66% -
XYZ 16.95 9.81 1.41 -
YUV 74.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 168 39 14 0 0.77 0.92 0.34 9.74 0.85 0.36
Hex A8 27 E 0 4D 5C 22 A 55 24
Octal 250 47 16 0 115 134 42 12 125 44
Binary 10101000 100111 1110 0 1001101 1011100 100010 1010 1010101 100100

Color Harmonies of #A8270E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8270E

Black with #A8270E

Text Example


Text Example

White with #A8270E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8270E; }

 p { color: rgb(168,39,14); }

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

background-color css

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

 a { background-color: rgb(168,39,14); }

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

border-color css

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

 span { border-color: rgb(168,39,14); }

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