Html Css Color HEX #A8201B Fire Brick

📋 copy color: '#A8201B'

red 168 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #A8201B

Tints of Fire Brick #A8201B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.1%

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

R = 74.01%
G = 14.1%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8201B (or 0xA8201B) is known color: Fire Brick. HEX triplet: A8, 20 and 1B. RGB value is (168,32,27). Sum of RGB (Red+Green+Blue) = 168+32+27=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 27 (10.94% from 255 or 11.89% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A8201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8201B is #57DFE4. Grayscale: #484848. Windows color (decimal): -5758949 or 1777832. OLE color: 1777832.

HSL color Cylindrical-coordinate representation of color #A8201B: hue angle of 2.13º 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 #A8201B is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 27 -
CMYK 0 0.81 0.84 0.34
HSL 2.13º 0.72% 0.38% -
HSV(B) 2.13º 0.84% 0.66% -
XYZ 16.86 9.44 1.97 -
YUV 72.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 168 32 27 0 0.81 0.84 0.34 2.13 0.72 0.38
Hex A8 20 1B 0 51 54 22 2 48 26
Octal 250 40 33 0 121 124 42 2 110 46
Binary 10101000 100000 11011 0 1010001 1010100 100010 10 1001000 100110

Color Harmonies of #A8201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8201B

Black with #A8201B

Text Example


Text Example

White with #A8201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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