Html Css Color HEX #A3221A Fire Brick

📋 copy color: '#A3221A'

red 163 ◦ green 34 ◦ blue 26

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

Shades of Fire Brick #A3221A

Tints of Fire Brick #A3221A

RGB

 RED value IS 163 (64.06% from 255) = 73.09%

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

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 73.09%
G = 15.25%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3221A (or 0xA3221A) is known color: Fire Brick. HEX triplet: A3, 22 and 1A. RGB value is (163,34,26). Sum of RGB (Red+Green+Blue) = 163+34+26=223 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.09% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 163 - color contains mainly: red. Hex color #A3221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3221A is #5CDDE5. Grayscale: #474747. Windows color (decimal): -6086118 or 1712803. OLE color: 1712803.

HSL color Cylindrical-coordinate representation of color #A3221A: hue angle of 3.5º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A3221A is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 26 -
CMYK 0 0.79 0.84 0.36
HSL 3.5º 0.72% 0.37% -
HSV(B) 3.5º 0.84% 0.64% -
XYZ 15.86 9.01 1.88 -
YUV 71.66 102.24 193.15 -
System Red Green Blue C M Y K H S L
Decimal 163 34 26 0 0.79 0.84 0.36 3.5 0.72 0.37
Hex A3 22 1A 0 4F 54 24 4 48 25
Octal 243 42 32 0 117 124 44 4 110 45
Binary 10100011 100010 11010 0 1001111 1010100 100100 100 1001000 100101

Color Harmonies of #A3221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3221A

Black with #A3221A

Text Example


Text Example

White with #A3221A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3221A; }

 p { color: rgb(163,34,26); }

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

background-color css

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

 a { background-color: rgb(163,34,26); }

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

border-color css

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

 span { border-color: rgb(163,34,26); }

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