Html Css Color HEX #A4201B Fire Brick

📋 copy color: '#A4201B'

red 164 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #A4201B

Tints of Fire Brick #A4201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.11%

R = 73.54%
G = 14.35%
B = 12.11%

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

#A4201B (or 0xA4201B) is known color: Fire Brick. HEX triplet: A4, 20 and 1B. RGB value is (164,32,27). Sum of RGB (Red+Green+Blue) = 164+32+27=223 (29% of max value = 765). Red value is 164 (64.45% from 255 or 73.54% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 27 (10.94% from 255 or 12.11% from 223); Max value from RGB is 164 - color contains mainly: red. Hex color #A4201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4201B is #5BDFE4. Grayscale: #474747. Windows color (decimal): -6021093 or 1777828. OLE color: 1777828.

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

Color convert

RGB 164 32 27 -
CMYK 0 0.80 0.84 0.36
HSL 2.19º 0.72% 0.37% -
HSV(B) 2.19º 0.84% 0.64% -
XYZ 16.02 9 1.93 -
YUV 70.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 164 32 27 0 0.80 0.84 0.36 2.19 0.72 0.37
Hex A4 20 1B 0 50 54 24 2 48 25
Octal 244 40 33 0 120 124 44 2 110 45
Binary 10100100 100000 11011 0 1010000 1010100 100100 10 1001000 100101

Color Harmonies of #A4201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4201B

Black with #A4201B

Text Example


Text Example

White with #A4201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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