Html Css Color HEX #A32214 Fire Brick

📋 copy color: '#A32214'

red 163 ◦ green 34 ◦ blue 20

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

Shades of Fire Brick #A32214

Tints of Fire Brick #A32214

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.67%

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 75.12%
G = 15.67%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32214 (or 0xA32214) is known color: Fire Brick. HEX triplet: A3, 22 and 14. RGB value is (163,34,20). Sum of RGB (Red+Green+Blue) = 163+34+20=217 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.12% from 217); Green value is 34 (13.67% from 255 or 15.67% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 163 - color contains mainly: red. Hex color #A32214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32214 is #5CDDEB. Grayscale: #474747. Windows color (decimal): -6086124 or 1319587. OLE color: 1319587.

HSL color Cylindrical-coordinate representation of color #A32214: hue angle of 5.87º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A32214 is Cyan = 0, Magento = 0.79, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 34 20 -
CMYK 0 0.79 0.88 0.36
HSL 5.87º 0.78% 0.36% -
HSV(B) 5.87º 0.88% 0.64% -
XYZ 15.8 8.98 1.56 -
YUV 70.98 99.24 193.64 -
System Red Green Blue C M Y K H S L
Decimal 163 34 20 0 0.79 0.88 0.36 5.87 0.78 0.36
Hex A3 22 14 0 4F 58 24 6 4E 24
Octal 243 42 24 0 117 130 44 6 116 44
Binary 10100011 100010 10100 0 1001111 1011000 100100 110 1001110 100100

Color Harmonies of #A32214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32214

Black with #A32214

Text Example


Text Example

White with #A32214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32214; }

 p { color: rgb(163,34,20); }

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

background-color css

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

 a { background-color: rgb(163,34,20); }

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

border-color css

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

 span { border-color: rgb(163,34,20); }

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