Html Css Color HEX #A8211D Fire Brick

📋 copy color: '#A8211D'

red 168 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #A8211D

Tints of Fire Brick #A8211D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 73.04%
G = 14.35%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8211D (or 0xA8211D) is known color: Fire Brick. HEX triplet: A8, 21 and 1D. RGB value is (168,33,29). Sum of RGB (Red+Green+Blue) = 168+33+29=230 (30% of max value = 765). Red value is 168 (66.02% from 255 or 73.04% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 168 - color contains mainly: red. Hex color #A8211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8211D is #57DEE2. Grayscale: #494949. Windows color (decimal): -5758691 or 1909160. OLE color: 1909160.

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

Color convert

RGB 168 33 29 -
CMYK 0 0.80 0.83 0.34
HSL 1.73º 0.71% 0.39% -
HSV(B) 1.73º 0.83% 0.66% -
XYZ 16.91 9.5 2.1 -
YUV 72.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 168 33 29 0 0.80 0.83 0.34 1.73 0.71 0.39
Hex A8 21 1D 0 50 53 22 2 47 27
Octal 250 41 35 0 120 123 42 2 107 47
Binary 10101000 100001 11101 0 1010000 1010011 100010 10 1000111 100111

Color Harmonies of #A8211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8211D

Black with #A8211D

Text Example


Text Example

White with #A8211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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