Html Css Color HEX #A3211D Fire Brick

📋 copy color: '#A3211D'

red 163 ◦ green 33 ◦ blue 29

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

Shades of Fire Brick #A3211D

Tints of Fire Brick #A3211D

RGB

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

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

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

R = 72.44%
G = 14.67%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3211D (or 0xA3211D) is known color: Fire Brick. HEX triplet: A3, 21 and 1D. RGB value is (163,33,29). Sum of RGB (Red+Green+Blue) = 163+33+29=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A3211D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3211D is #5CDEE2. Grayscale: #474747. Windows color (decimal): -6086371 or 1909155. OLE color: 1909155.

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

Color convert

RGB 163 33 29 -
CMYK 0 0.80 0.82 0.36
HSL 1.79º 0.7% 0.38% -
HSV(B) 1.79º 0.82% 0.64% -
XYZ 15.87 8.96 2.06 -
YUV 71.41 104.07 193.33 -
System Red Green Blue C M Y K H S L
Decimal 163 33 29 0 0.80 0.82 0.36 1.79 0.7 0.38
Hex A3 21 1D 0 50 52 24 2 46 26
Octal 243 41 35 0 120 122 44 2 106 46
Binary 10100011 100001 11101 0 1010000 1010010 100100 10 1000110 100110

Color Harmonies of #A3211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3211D

Black with #A3211D

Text Example


Text Example

White with #A3211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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