Html Css Color HEX #A4201F Fire Brick

📋 copy color: '#A4201F'

red 164 ◦ green 32 ◦ blue 31

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

Shades of Fire Brick #A4201F

Tints of Fire Brick #A4201F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.66%

R = 72.25%
G = 14.1%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A4201F (or 0xA4201F) is known color: Fire Brick. HEX triplet: A4, 20 and 1F. RGB value is (164,32,31). Sum of RGB (Red+Green+Blue) = 164+32+31=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 31 (12.5% from 255 or 13.66% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A4201F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4201F is #5BDFE0. Grayscale: #474747. Windows color (decimal): -6021089 or 2039972. OLE color: 2039972.

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

Color convert

RGB 164 32 31 -
CMYK 0 0.80 0.81 0.36
HSL 0.45º 0.68% 0.38% -
HSV(B) 0.45º 0.81% 0.64% -
XYZ 16.07 9.02 2.19 -
YUV 71.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 164 32 31 0 0.80 0.81 0.36 0.45 0.68 0.38
Hex A4 20 1F 0 50 51 24 0 44 26
Octal 244 40 37 0 120 121 44 0 104 46
Binary 10100100 100000 11111 0 1010000 1010001 100100 0 1000100 100110

Color Harmonies of #A4201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4201F

Black with #A4201F

Text Example


Text Example

White with #A4201F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4201F; }

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

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

background-color css

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

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

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

border-color css

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

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

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