Html Css Color HEX #A32114 Fire Brick

📋 copy color: '#A32114'

red 163 ◦ green 33 ◦ blue 20

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

Shades of Fire Brick #A32114

Tints of Fire Brick #A32114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.28%

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

R = 75.46%
G = 15.28%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A32114 (or 0xA32114) is known color: Fire Brick. HEX triplet: A3, 21 and 14. RGB value is (163,33,20). Sum of RGB (Red+Green+Blue) = 163+33+20=216 (28% of max value = 765). Red value is 163 (64.06% from 255 or 75.46% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 163 - color contains mainly: red. Hex color #A32114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32114 is #5CDEEB. Grayscale: #464646. Windows color (decimal): -6086380 or 1319331. OLE color: 1319331.

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

Color convert

RGB 163 33 20 -
CMYK 0 0.80 0.88 0.36
HSL 5.45º 0.78% 0.36% -
HSV(B) 5.45º 0.88% 0.64% -
XYZ 15.77 8.92 1.55 -
YUV 70.39 99.57 194.06 -
System Red Green Blue C M Y K H S L
Decimal 163 33 20 0 0.80 0.88 0.36 5.45 0.78 0.36
Hex A3 21 14 0 50 58 24 5 4E 24
Octal 243 41 24 0 120 130 44 5 116 44
Binary 10100011 100001 10100 0 1010000 1011000 100100 101 1001110 100100

Color Harmonies of #A32114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32114

Black with #A32114

Text Example


Text Example

White with #A32114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32114; }

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

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

background-color css

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

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

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

border-color css

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

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

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