Html Css Color HEX #A4201D Fire Brick

📋 copy color: '#A4201D'

red 164 ◦ green 32 ◦ blue 29

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

Shades of Fire Brick #A4201D

Tints of Fire Brick #A4201D

RGB

 RED value IS 164 (64.45% from 255) = 72.89%

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

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

R = 72.89%
G = 14.22%
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

#A4201D (or 0xA4201D) is known color: Fire Brick. HEX triplet: A4, 20 and 1D. RGB value is (164,32,29). Sum of RGB (Red+Green+Blue) = 164+32+29=225 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.89% from 225); Green value is 32 (12.89% from 255 or 14.22% from 225); Blue value is 29 (11.72% from 255 or 12.89% from 225); Max value from RGB is 164 - color contains mainly: red. Hex color #A4201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4201D is #5BDFE2. Grayscale: #474747. Windows color (decimal): -6021091 or 1908900. OLE color: 1908900.

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

Color convert

RGB 164 32 29 -
CMYK 0 0.80 0.82 0.36
HSL 1.33º 0.7% 0.38% -
HSV(B) 1.33º 0.82% 0.64% -
XYZ 16.05 9.01 2.06 -
YUV 71.13 104.23 194.24 -
System Red Green Blue C M Y K H S L
Decimal 164 32 29 0 0.80 0.82 0.36 1.33 0.7 0.38
Hex A4 20 1D 0 50 52 24 1 46 26
Octal 244 40 35 0 120 122 44 1 106 46
Binary 10100100 100000 11101 0 1010000 1010010 100100 1 1000110 100110

Color Harmonies of #A4201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4201D

Black with #A4201D

Text Example


Text Example

White with #A4201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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