Html Css Color HEX #A3211A Fire Brick

📋 copy color: '#A3211A'

red 163 ◦ green 33 ◦ blue 26

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

Shades of Fire Brick #A3211A

Tints of Fire Brick #A3211A

RGB

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

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

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

R = 73.42%
G = 14.86%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A3211A (or 0xA3211A) is known color: Fire Brick. HEX triplet: A3, 21 and 1A. RGB value is (163,33,26). Sum of RGB (Red+Green+Blue) = 163+33+26=222 (29% of max value = 765). Red value is 163 (64.06% from 255 or 73.42% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 163 - color contains mainly: red. Hex color #A3211A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3211A is #5CDEE5. Grayscale: #474747. Windows color (decimal): -6086374 or 1712547. OLE color: 1712547.

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

Color convert

RGB 163 33 26 -
CMYK 0 0.80 0.84 0.36
HSL 3.07º 0.72% 0.37% -
HSV(B) 3.07º 0.84% 0.64% -
XYZ 15.83 8.95 1.87 -
YUV 71.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 163 33 26 0 0.80 0.84 0.36 3.07 0.72 0.37
Hex A3 21 1A 0 50 54 24 3 48 25
Octal 243 41 32 0 120 124 44 3 110 45
Binary 10100011 100001 11010 0 1010000 1010100 100100 11 1001000 100101

Color Harmonies of #A3211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3211A

Black with #A3211A

Text Example


Text Example

White with #A3211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3211A; }

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

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

background-color css

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

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

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

border-color css

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

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

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