Html Css Color HEX #A8271B Fire Brick

📋 copy color: '#A8271B'

red 168 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #A8271B

Tints of Fire Brick #A8271B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.54%

R = 71.79%
G = 16.67%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8271B (or 0xA8271B) is known color: Fire Brick. HEX triplet: A8, 27 and 1B. RGB value is (168,39,27). Sum of RGB (Red+Green+Blue) = 168+39+27=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8271B is #57D8E4. Grayscale: #4C4C4C. Windows color (decimal): -5757157 or 1779624. OLE color: 1779624.

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

Color convert

RGB 168 39 27 -
CMYK 0 0.77 0.84 0.34
HSL 5.11º 0.72% 0.38% -
HSV(B) 5.11º 0.84% 0.66% -
XYZ 17.07 9.86 2.04 -
YUV 76.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 168 39 27 0 0.77 0.84 0.34 5.11 0.72 0.38
Hex A8 27 1B 0 4D 54 22 5 48 26
Octal 250 47 33 0 115 124 42 5 110 46
Binary 10101000 100111 11011 0 1001101 1010100 100010 101 1001000 100110

Color Harmonies of #A8271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8271B

Black with #A8271B

Text Example


Text Example

White with #A8271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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