Html Css Color HEX #A3201D Fire Brick

📋 copy color: '#A3201D'

red 163 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #A3201D

Tints of Fire Brick #A3201D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.29%

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

R = 72.77%
G = 14.29%
B = 12.95%

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

#A3201D (or 0xA3201D) is known color: Fire Brick. HEX triplet: A3, 20 and 1D. RGB value is (163,32,29). Sum of RGB (Red+Green+Blue) = 163+32+29=224 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.77% from 224); Green value is 32 (12.89% from 255 or 14.29% from 224); Blue value is 29 (11.72% from 255 or 12.95% from 224); Max value from RGB is 163 - color contains mainly: red. Hex color #A3201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3201D is #5CDFE2. Grayscale: #464646. Windows color (decimal): -6086627 or 1908899. OLE color: 1908899.

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

Color convert

RGB 163 32 29 -
CMYK 0 0.80 0.82 0.36
HSL 1.34º 0.7% 0.38% -
HSV(B) 1.34º 0.82% 0.64% -
XYZ 15.84 8.91 2.05 -
YUV 70.83 104.4 193.74 -
System Red Green Blue C M Y K H S L
Decimal 163 32 29 0 0.80 0.82 0.36 1.34 0.7 0.38
Hex A3 20 1D 0 50 52 24 1 46 26
Octal 243 40 35 0 120 122 44 1 106 46
Binary 10100011 100000 11101 0 1010000 1010010 100100 1 1000110 100110

Color Harmonies of #A3201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3201D

Black with #A3201D

Text Example


Text Example

White with #A3201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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