Html Css Color HEX #A8221E Fire Brick

📋 copy color: '#A8221E'

red 168 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #A8221E

Tints of Fire Brick #A8221E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 72.41%
G = 14.66%
B = 12.93%

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

#A8221E (or 0xA8221E) is known color: Fire Brick. HEX triplet: A8, 22 and 1E. RGB value is (168,34,30). Sum of RGB (Red+Green+Blue) = 168+34+30=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8221E is #57DDE1. Grayscale: #494949. Windows color (decimal): -5758434 or 1974952. OLE color: 1974952.

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

Color convert

RGB 168 34 30 -
CMYK 0 0.80 0.82 0.34
HSL 1.74º 0.7% 0.39% -
HSV(B) 1.74º 0.82% 0.66% -
XYZ 16.95 9.56 2.18 -
YUV 73.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 168 34 30 0 0.80 0.82 0.34 1.74 0.7 0.39
Hex A8 22 1E 0 50 52 22 2 46 27
Octal 250 42 36 0 120 122 42 2 106 47
Binary 10101000 100010 11110 0 1010000 1010010 100010 10 1000110 100111

Color Harmonies of #A8221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8221E

Black with #A8221E

Text Example


Text Example

White with #A8221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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