Html Css Color HEX #A8271C Fire Brick

📋 copy color: '#A8271C'

red 168 ◦ green 39 ◦ blue 28

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

Shades of Fire Brick #A8271C

Tints of Fire Brick #A8271C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 71.49%
G = 16.6%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8271C (or 0xA8271C) is known color: Fire Brick. HEX triplet: A8, 27 and 1C. RGB value is (168,39,28). Sum of RGB (Red+Green+Blue) = 168+39+28=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8271C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8271C is #57D8E3. Grayscale: #4C4C4C. Windows color (decimal): -5757156 or 1845160. OLE color: 1845160.

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

Color convert

RGB 168 39 28 -
CMYK 0 0.77 0.83 0.34
HSL 4.71º 0.71% 0.38% -
HSV(B) 4.71º 0.83% 0.66% -
XYZ 17.08 9.86 2.1 -
YUV 76.32 100.74 193.39 -
System Red Green Blue C M Y K H S L
Decimal 168 39 28 0 0.77 0.83 0.34 4.71 0.71 0.38
Hex A8 27 1C 0 4D 53 22 5 47 26
Octal 250 47 34 0 115 123 42 5 107 46
Binary 10101000 100111 11100 0 1001101 1010011 100010 101 1000111 100110

Color Harmonies of #A8271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8271C

Black with #A8271C

Text Example


Text Example

White with #A8271C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8271C; }

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

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

background-color css

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

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

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

border-color css

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

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

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