Html Css Color HEX #A8211E Fire Brick

📋 copy color: '#A8211E'

red 168 ◦ green 33 ◦ blue 30

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

Shades of Fire Brick #A8211E

Tints of Fire Brick #A8211E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.29%

 BLUE value IS 30 (12.11% from 255) = 12.99%

R = 72.73%
G = 14.29%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8211E (or 0xA8211E) is known color: Fire Brick. HEX triplet: A8, 21 and 1E. RGB value is (168,33,30). Sum of RGB (Red+Green+Blue) = 168+33+30=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 33 (13.28% from 255 or 14.29% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8211E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8211E is #57DEE1. Grayscale: #494949. Windows color (decimal): -5758690 or 1974696. OLE color: 1974696.

HSL color Cylindrical-coordinate representation of color #A8211E: hue angle of 1.3º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8211E is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 33 30 -
CMYK 0 0.80 0.82 0.34
HSL 1.3º 0.7% 0.39% -
HSV(B) 1.3º 0.82% 0.66% -
XYZ 16.93 9.51 2.17 -
YUV 73.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 168 33 30 0 0.80 0.82 0.34 1.3 0.7 0.39
Hex A8 21 1E 0 50 52 22 1 46 27
Octal 250 41 36 0 120 122 42 1 106 47
Binary 10101000 100001 11110 0 1010000 1010010 100010 1 1000110 100111

Color Harmonies of #A8211E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8211E

Black with #A8211E

Text Example


Text Example

White with #A8211E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8211E; }

 p { color: rgb(168,33,30); }

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

background-color css

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

 a { background-color: rgb(168,33,30); }

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

border-color css

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

 span { border-color: rgb(168,33,30); }

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