Html Css Color HEX #A8201C Fire Brick

📋 copy color: '#A8201C'

red 168 ◦ green 32 ◦ blue 28

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

Shades of Fire Brick #A8201C

Tints of Fire Brick #A8201C

RGB

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

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

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

R = 73.68%
G = 14.04%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8201C (or 0xA8201C) is known color: Fire Brick. HEX triplet: A8, 20 and 1C. RGB value is (168,32,28). Sum of RGB (Red+Green+Blue) = 168+32+28=228 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.68% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 28 (11.33% from 255 or 12.28% from 228); Max value from RGB is 168 - color contains mainly: red. Hex color #A8201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8201C is #57DFE3. Grayscale: #484848. Windows color (decimal): -5758948 or 1843368. OLE color: 1843368.

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

Color convert

RGB 168 32 28 -
CMYK 0 0.81 0.83 0.34
HSL 1.71º 0.71% 0.38% -
HSV(B) 1.71º 0.83% 0.66% -
XYZ 16.87 9.44 2.03 -
YUV 72.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 168 32 28 0 0.81 0.83 0.34 1.71 0.71 0.38
Hex A8 20 1C 0 51 53 22 2 47 26
Octal 250 40 34 0 121 123 42 2 107 46
Binary 10101000 100000 11100 0 1010001 1010011 100010 10 1000111 100110

Color Harmonies of #A8201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8201C

Black with #A8201C

Text Example


Text Example

White with #A8201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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